Html Css Color HEX #CF3528 Persian Red

📋 copy color: '#CF3528'

red 207 ◦ green 53 ◦ blue 40

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

Shades of Persian Red #CF3528

Tints of Persian Red #CF3528

RGB

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

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

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

R = 69%
G = 17.67%
B = 13.33%

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

#CF3528 (or 0xCF3528) is known color: Persian Red. HEX triplet: CF, 35 and 28. RGB value is (207,53,40). Sum of RGB (Red+Green+Blue) = 207+53+40=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3528 is #30CAD7. Grayscale: #616161. Windows color (decimal): -3197656 or 2635215. OLE color: 2635215.

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

Color convert

RGB 207 53 40 -
CMYK 0 0.74 0.81 0.19
HSL 4.67º 0.68% 0.48% -
HSV(B) 4.67º 0.81% 0.81% -
XYZ 27.39 15.96 3.65 -
YUV 97.56 95.52 206.06 -
System Red Green Blue C M Y K H S L
Decimal 207 53 40 0 0.74 0.81 0.19 4.67 0.68 0.48
Hex CF 35 28 0 4A 51 13 5 44 30
Octal 317 65 50 0 112 121 23 5 104 60
Binary 11001111 110101 101000 0 1001010 1010001 10011 101 1000100 110000

Color Harmonies of #CF3528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3528

Black with #CF3528

Text Example


Text Example

White with #CF3528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3528; }

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

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

background-color css

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

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

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

border-color css

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

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

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