Html Css Color HEX #CF3C3B Persian Red

📋 copy color: '#CF3C3B'

red 207 ◦ green 60 ◦ blue 59

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

Shades of Persian Red #CF3C3B

Tints of Persian Red #CF3C3B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

 BLUE value IS 59 (23.44% from 255) = 18.1%

R = 63.5%
G = 18.4%
B = 18.1%

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

#CF3C3B (or 0xCF3C3B) is known color: Persian Red. HEX triplet: CF, 3C and 3B. RGB value is (207,60,59). Sum of RGB (Red+Green+Blue) = 207+60+59=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C3B is #30C3C4. Grayscale: #676767. Windows color (decimal): -3195845 or 3882191. OLE color: 3882191.

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

Color convert

RGB 207 60 59 -
CMYK 0 0.71 0.71 0.19
HSL 0.41º 0.61% 0.52% -
HSV(B) 0.41º 0.71% 0.81% -
XYZ 28.14 16.81 5.9 -
YUV 103.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 207 60 59 0 0.71 0.71 0.19 0.41 0.61 0.52
Hex CF 3C 3B 0 47 47 13 0 3D 34
Octal 317 74 73 0 107 107 23 0 75 64
Binary 11001111 111100 111011 0 1000111 1000111 10011 0 111101 110100

Color Harmonies of #CF3C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C3B

Black with #CF3C3B

Text Example


Text Example

White with #CF3C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C3B; }

 p { color: rgb(207,60,59); }

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

background-color css

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

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

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

border-color css

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

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

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