Html Css Color HEX #CF3B28 Persian Red

📋 copy color: '#CF3B28'

red 207 ◦ green 59 ◦ blue 40

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

Shades of Persian Red #CF3B28

Tints of Persian Red #CF3B28

RGB

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

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

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

R = 67.65%
G = 19.28%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF3B28 (or 0xCF3B28) is known color: Persian Red. HEX triplet: CF, 3B and 28. RGB value is (207,59,40). Sum of RGB (Red+Green+Blue) = 207+59+40=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3B28 is #30C4D7. Grayscale: #656565. Windows color (decimal): -3196120 or 2636751. OLE color: 2636751.

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

Color convert

RGB 207 59 40 -
CMYK 0 0.71 0.81 0.19
HSL 6.83º 0.68% 0.48% -
HSV(B) 6.83º 0.81% 0.81% -
XYZ 27.68 16.55 3.74 -
YUV 101.09 93.53 203.54 -
System Red Green Blue C M Y K H S L
Decimal 207 59 40 0 0.71 0.81 0.19 6.83 0.68 0.48
Hex CF 3B 28 0 47 51 13 7 44 30
Octal 317 73 50 0 107 121 23 7 104 60
Binary 11001111 111011 101000 0 1000111 1010001 10011 111 1000100 110000

Color Harmonies of #CF3B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3B28

Black with #CF3B28

Text Example


Text Example

White with #CF3B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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