Html Css Color HEX #CF3628 Persian Red

📋 copy color: '#CF3628'

red 207 ◦ green 54 ◦ blue 40

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

Shades of Persian Red #CF3628

Tints of Persian Red #CF3628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 68.77%
G = 17.94%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF3628 (or 0xCF3628) is known color: Persian Red. HEX triplet: CF, 36 and 28. RGB value is (207,54,40). Sum of RGB (Red+Green+Blue) = 207+54+40=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3628 is #30C9D7. Grayscale: #626262. Windows color (decimal): -3197400 or 2635471. OLE color: 2635471.

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

Color convert

RGB 207 54 40 -
CMYK 0 0.74 0.81 0.19
HSL 5.03º 0.68% 0.48% -
HSV(B) 5.03º 0.81% 0.81% -
XYZ 27.43 16.06 3.66 -
YUV 98.15 95.19 205.64 -
System Red Green Blue C M Y K H S L
Decimal 207 54 40 0 0.74 0.81 0.19 5.03 0.68 0.48
Hex CF 36 28 0 4A 51 13 5 44 30
Octal 317 66 50 0 112 121 23 5 104 60
Binary 11001111 110110 101000 0 1001010 1010001 10011 101 1000100 110000

Color Harmonies of #CF3628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3628

Black with #CF3628

Text Example


Text Example

White with #CF3628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3628; }

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

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

background-color css

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

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

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

border-color css

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

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

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