Html Css Color HEX #CF3F26 Persian Red

📋 copy color: '#CF3F26'

red 207 ◦ green 63 ◦ blue 38

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

Shades of Persian Red #CF3F26

Tints of Persian Red #CF3F26

RGB

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

 GREEN value IS 63 (25% from 255) = 20.45%

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

R = 67.21%
G = 20.45%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF3F26 (or 0xCF3F26) is known color: Persian Red. HEX triplet: CF, 3F and 26. RGB value is (207,63,38). Sum of RGB (Red+Green+Blue) = 207+63+38=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F26 is #30C0D9. Grayscale: #676767. Windows color (decimal): -3195098 or 2506703. OLE color: 2506703.

HSL color Cylindrical-coordinate representation of color #CF3F26: hue angle of 8.88º 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 #CF3F26 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 63 38 -
CMYK 0 0.70 0.82 0.19
HSL 8.88º 0.69% 0.48% -
HSV(B) 8.88º 0.82% 0.81% -
XYZ 27.86 16.96 3.64 -
YUV 103.21 91.21 202.03 -
System Red Green Blue C M Y K H S L
Decimal 207 63 38 0 0.70 0.82 0.19 8.88 0.69 0.48
Hex CF 3F 26 0 46 52 13 9 45 30
Octal 317 77 46 0 106 122 23 11 105 60
Binary 11001111 111111 100110 0 1000110 1010010 10011 1001 1000101 110000

Color Harmonies of #CF3F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3F26

Black with #CF3F26

Text Example


Text Example

White with #CF3F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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