Html Css Color HEX #CF3D3D Persian Red

📋 copy color: '#CF3D3D'

red 207 ◦ green 61 ◦ blue 61

#CF3D3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CF3D3D

Tints of Persian Red #CF3D3D

RGB

 RED value IS 207 (81.25% from 255) = 62.92%

 GREEN value IS 61 (24.22% from 255) = 18.54%

 BLUE value IS 61 (24.22% from 255) = 18.54%

R = 62.92%
G = 18.54%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF3D3D (or 0xCF3D3D) is known color: Persian Red. HEX triplet: CF, 3D and 3D. RGB value is (207,61,61). Sum of RGB (Red+Green+Blue) = 207+61+61=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3D3D is #30C2C2. Grayscale: #686868. Windows color (decimal): -3195587 or 4013519. OLE color: 4013519.

HSL color Cylindrical-coordinate representation of color #CF3D3D: hue angle of 0º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3D3D is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 61 61 -
CMYK 0 0.71 0.71 0.19
HSL 0.6% 0.53% -
HSV(B) 0.71% 0.81% -
XYZ 28.24 16.94 6.2 -
YUV 104.65 103.37 201 -
System Red Green Blue C M Y K H S L
Decimal 207 61 61 0 0.71 0.71 0.19 0 0.6 0.53
Hex CF 3D 3D 0 47 47 13 0 3C 35
Octal 317 75 75 0 107 107 23 0 74 65
Binary 11001111 111101 111101 0 1000111 1000111 10011 0 111100 110101

Color Harmonies of #CF3D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3D3D

Black with #CF3D3D

Text Example


Text Example

White with #CF3D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3D3D; }

 p { color: rgb(207,61,61); }

 H1.HeaderClassName
 {
   color: #CF3D3D;
 }
 .AnyTagClassName
 {
   color: #CF3D3D;
 }
</style>

background-color css

<style>
 a { background-color: #CF3D3D; }

 a { background-color: rgb(207,61,61); }

 div.DivClassName
 {
   background-color: #CF3D3D;
 }
 .BgClassName
 {
   background-color: #CF3D3D;
 }
</style>

border-color css

<style>
 span { border-color: #CF3D3D; }

 span { border-color: rgb(207,61,61); }

 td.TdClassName
 {
   border-color: #CF3D3D;
 }
 .TagClassName
 {
   border-color: #CF3D3D;
 }
</style>