Html Css Color HEX #CF4233 Persian Red

📋 copy color: '#CF4233'

red 207 ◦ green 66 ◦ blue 51

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

Shades of Persian Red #CF4233

Tints of Persian Red #CF4233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.74%

R = 63.89%
G = 20.37%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF4233 (or 0xCF4233) is known color: Persian Red. HEX triplet: CF, 42 and 33. RGB value is (207,66,51). Sum of RGB (Red+Green+Blue) = 207+66+51=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4233 is #30BDCC. Grayscale: #6A6A6A. Windows color (decimal): -3194317 or 3359439. OLE color: 3359439.

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

Color convert

RGB 207 66 51 -
CMYK 0 0.68 0.75 0.19
HSL 5.77º 0.62% 0.51% -
HSV(B) 5.77º 0.75% 0.81% -
XYZ 28.28 17.4 5 -
YUV 106.45 96.71 199.72 -
System Red Green Blue C M Y K H S L
Decimal 207 66 51 0 0.68 0.75 0.19 5.77 0.62 0.51
Hex CF 42 33 0 44 4B 13 6 3E 33
Octal 317 102 63 0 104 113 23 6 76 63
Binary 11001111 1000010 110011 0 1000100 1001011 10011 110 111110 110011

Color Harmonies of #CF4233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4233

Black with #CF4233

Text Example


Text Example

White with #CF4233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4233; }

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

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

background-color css

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

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

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

border-color css

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

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

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