Html Css Color HEX #CF3630 Persian Red

📋 copy color: '#CF3630'

red 207 ◦ green 54 ◦ blue 48

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

Shades of Persian Red #CF3630

Tints of Persian Red #CF3630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.48%

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 66.99%
G = 17.48%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF3630 (or 0xCF3630) is known color: Persian Red. HEX triplet: CF, 36 and 30. RGB value is (207,54,48). Sum of RGB (Red+Green+Blue) = 207+54+48=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3630 is #30C9CF. Grayscale: #636363. Windows color (decimal): -3197392 or 3159759. OLE color: 3159759.

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

Color convert

RGB 207 54 48 -
CMYK 0 0.74 0.77 0.19
HSL 2.26º 0.62% 0.5% -
HSV(B) 2.26º 0.77% 0.81% -
XYZ 27.58 16.12 4.45 -
YUV 99.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 207 54 48 0 0.74 0.77 0.19 2.26 0.62 0.5
Hex CF 36 30 0 4A 4D 13 2 3E 32
Octal 317 66 60 0 112 115 23 2 76 62
Binary 11001111 110110 110000 0 1001010 1001101 10011 10 111110 110010

Color Harmonies of #CF3630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3630

Black with #CF3630

Text Example


Text Example

White with #CF3630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3630; }

 p { color: rgb(207,54,48); }

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

background-color css

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

 a { background-color: rgb(207,54,48); }

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

border-color css

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

 span { border-color: rgb(207,54,48); }

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