Html Css Color HEX #CF2721 Persian Red

📋 copy color: '#CF2721'

red 207 ◦ green 39 ◦ blue 33

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

Shades of Persian Red #CF2721

Tints of Persian Red #CF2721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.98%

 BLUE value IS 33 (13.28% from 255) = 11.83%

R = 74.19%
G = 13.98%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF2721 (or 0xCF2721) is known color: Persian Red. HEX triplet: CF, 27 and 21. RGB value is (207,39,33). Sum of RGB (Red+Green+Blue) = 207+39+33=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2721 is #30D8DE. Grayscale: #585858. Windows color (decimal): -3201247 or 2172879. OLE color: 2172879.

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

Color convert

RGB 207 39 33 -
CMYK 0 0.81 0.84 0.19
HSL 2.07º 0.73% 0.47% -
HSV(B) 2.07º 0.84% 0.81% -
XYZ 26.73 14.83 2.89 -
YUV 88.55 96.66 212.49 -
System Red Green Blue C M Y K H S L
Decimal 207 39 33 0 0.81 0.84 0.19 2.07 0.73 0.47
Hex CF 27 21 0 51 54 13 2 48 2F
Octal 317 47 41 0 121 124 23 2 110 57
Binary 11001111 100111 100001 0 1010001 1010100 10011 10 1001000 101111

Color Harmonies of #CF2721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2721

Black with #CF2721

Text Example


Text Example

White with #CF2721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2721; }

 p { color: rgb(207,39,33); }

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

background-color css

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

 a { background-color: rgb(207,39,33); }

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

border-color css

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

 span { border-color: rgb(207,39,33); }

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