Html Css Color HEX #CF4236 Persian Red

📋 copy color: '#CF4236'

red 207 ◦ green 66 ◦ blue 54

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

Shades of Persian Red #CF4236

Tints of Persian Red #CF4236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

 BLUE value IS 54 (21.48% from 255) = 16.51%

R = 63.3%
G = 20.18%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF4236 (or 0xCF4236) is known color: Persian Red. HEX triplet: CF, 42 and 36. RGB value is (207,66,54). Sum of RGB (Red+Green+Blue) = 207+66+54=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4236 is #30BDC9. Grayscale: #6A6A6A. Windows color (decimal): -3194314 or 3556047. OLE color: 3556047.

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

Color convert

RGB 207 66 54 -
CMYK 0 0.68 0.74 0.19
HSL 4.71º 0.61% 0.51% -
HSV(B) 4.71º 0.74% 0.81% -
XYZ 28.35 17.43 5.36 -
YUV 106.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 207 66 54 0 0.68 0.74 0.19 4.71 0.61 0.51
Hex CF 42 36 0 44 4A 13 5 3D 33
Octal 317 102 66 0 104 112 23 5 75 63
Binary 11001111 1000010 110110 0 1000100 1001010 10011 101 111101 110011

Color Harmonies of #CF4236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4236

Black with #CF4236

Text Example


Text Example

White with #CF4236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4236; }

 p { color: rgb(207,66,54); }

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

background-color css

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

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

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

border-color css

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

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

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