Html Css Color HEX #CF3532 Persian Red

📋 copy color: '#CF3532'

red 207 ◦ green 53 ◦ blue 50

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

Shades of Persian Red #CF3532

Tints of Persian Red #CF3532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 66.77%
G = 17.1%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF3532 (or 0xCF3532) is known color: Persian Red. HEX triplet: CF, 35 and 32. RGB value is (207,53,50). Sum of RGB (Red+Green+Blue) = 207+53+50=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3532 is #30CACD. Grayscale: #626262. Windows color (decimal): -3197646 or 3290575. OLE color: 3290575.

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

Color convert

RGB 207 53 50 -
CMYK 0 0.74 0.76 0.19
HSL 1.15º 0.62% 0.5% -
HSV(B) 1.15º 0.76% 0.81% -
XYZ 27.58 16.04 4.66 -
YUV 98.7 100.52 205.24 -
System Red Green Blue C M Y K H S L
Decimal 207 53 50 0 0.74 0.76 0.19 1.15 0.62 0.5
Hex CF 35 32 0 4A 4C 13 1 3E 32
Octal 317 65 62 0 112 114 23 1 76 62
Binary 11001111 110101 110010 0 1001010 1001100 10011 1 111110 110010

Color Harmonies of #CF3532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3532

Black with #CF3532

Text Example


Text Example

White with #CF3532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3532; }

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

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

background-color css

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

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

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

border-color css

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

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

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