Html Css Color HEX #CF3B32 Persian Red

📋 copy color: '#CF3B32'

red 207 ◦ green 59 ◦ blue 50

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

Shades of Persian Red #CF3B32

Tints of Persian Red #CF3B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.67%

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

R = 65.51%
G = 18.67%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF3B32 (or 0xCF3B32) is known color: Persian Red. HEX triplet: CF, 3B and 32. RGB value is (207,59,50). Sum of RGB (Red+Green+Blue) = 207+59+50=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3B32 is #30C4CD. Grayscale: #666666. Windows color (decimal): -3196110 or 3292111. OLE color: 3292111.

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

Color convert

RGB 207 59 50 -
CMYK 0 0.71 0.76 0.19
HSL 3.44º 0.62% 0.5% -
HSV(B) 3.44º 0.76% 0.81% -
XYZ 27.87 16.62 4.76 -
YUV 102.23 98.53 202.73 -
System Red Green Blue C M Y K H S L
Decimal 207 59 50 0 0.71 0.76 0.19 3.44 0.62 0.5
Hex CF 3B 32 0 47 4C 13 3 3E 32
Octal 317 73 62 0 107 114 23 3 76 62
Binary 11001111 111011 110010 0 1000111 1001100 10011 11 111110 110010

Color Harmonies of #CF3B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3B32

Black with #CF3B32

Text Example


Text Example

White with #CF3B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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