Html Css Color HEX #CF4234 Persian Red

📋 copy color: '#CF4234'

red 207 ◦ green 66 ◦ blue 52

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

Shades of Persian Red #CF4234

Tints of Persian Red #CF4234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16%

R = 63.69%
G = 20.31%
B = 16%

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

#CF4234 (or 0xCF4234) is known color: Persian Red. HEX triplet: CF, 42 and 34. RGB value is (207,66,52). Sum of RGB (Red+Green+Blue) = 207+66+52=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4234 is #30BDCB. Grayscale: #6A6A6A. Windows color (decimal): -3194316 or 3424975. OLE color: 3424975.

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

Color convert

RGB 207 66 52 -
CMYK 0 0.68 0.75 0.19
HSL 5.42º 0.62% 0.51% -
HSV(B) 5.42º 0.75% 0.81% -
XYZ 28.3 17.41 5.12 -
YUV 106.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 207 66 52 0 0.68 0.75 0.19 5.42 0.62 0.51
Hex CF 42 34 0 44 4B 13 5 3E 33
Octal 317 102 64 0 104 113 23 5 76 63
Binary 11001111 1000010 110100 0 1000100 1001011 10011 101 111110 110011

Color Harmonies of #CF4234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4234

Black with #CF4234

Text Example


Text Example

White with #CF4234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4234; }

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

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

background-color css

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

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

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

border-color css

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

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

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