Html Css Color HEX #CF3533 Persian Red

📋 copy color: '#CF3533'

red 207 ◦ green 53 ◦ blue 51

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

Shades of Persian Red #CF3533

Tints of Persian Red #CF3533

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.04%

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

R = 66.56%
G = 17.04%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF3533 (or 0xCF3533) is known color: Persian Red. HEX triplet: CF, 35 and 33. RGB value is (207,53,51). Sum of RGB (Red+Green+Blue) = 207+53+51=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3533 is #30CACC. Grayscale: #626262. Windows color (decimal): -3197645 or 3356111. OLE color: 3356111.

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

Color convert

RGB 207 53 51 -
CMYK 0 0.74 0.75 0.19
HSL 0.77º 0.62% 0.51% -
HSV(B) 0.77º 0.75% 0.81% -
XYZ 27.6 16.05 4.78 -
YUV 98.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 207 53 51 0 0.74 0.75 0.19 0.77 0.62 0.51
Hex CF 35 33 0 4A 4B 13 1 3E 33
Octal 317 65 63 0 112 113 23 1 76 63
Binary 11001111 110101 110011 0 1001010 1001011 10011 1 111110 110011

Color Harmonies of #CF3533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3533

Black with #CF3533

Text Example


Text Example

White with #CF3533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3533; }

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

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

background-color css

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

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

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

border-color css

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

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

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