Html Css Color HEX #CF3C26 Persian Red

📋 copy color: '#CF3C26'

red 207 ◦ green 60 ◦ blue 38

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

Shades of Persian Red #CF3C26

Tints of Persian Red #CF3C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.46%

R = 67.87%
G = 19.67%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF3C26 (or 0xCF3C26) is known color: Persian Red. HEX triplet: CF, 3C and 26. RGB value is (207,60,38). Sum of RGB (Red+Green+Blue) = 207+60+38=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C26 is #30C3D9. Grayscale: #656565. Windows color (decimal): -3195866 or 2505935. OLE color: 2505935.

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

Color convert

RGB 207 60 38 -
CMYK 0 0.71 0.82 0.19
HSL 7.81º 0.69% 0.48% -
HSV(B) 7.81º 0.82% 0.81% -
XYZ 27.7 16.64 3.59 -
YUV 101.45 92.2 203.29 -
System Red Green Blue C M Y K H S L
Decimal 207 60 38 0 0.71 0.82 0.19 7.81 0.69 0.48
Hex CF 3C 26 0 47 52 13 8 45 30
Octal 317 74 46 0 107 122 23 10 105 60
Binary 11001111 111100 100110 0 1000111 1010010 10011 1000 1000101 110000

Color Harmonies of #CF3C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C26

Black with #CF3C26

Text Example


Text Example

White with #CF3C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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