Html Css Color HEX #CF2921 Persian Red

📋 copy color: '#CF2921'

red 207 ◦ green 41 ◦ blue 33

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

Shades of Persian Red #CF2921

Tints of Persian Red #CF2921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.59%

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

R = 73.67%
G = 14.59%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF2921 (or 0xCF2921) is known color: Persian Red. HEX triplet: CF, 29 and 21. RGB value is (207,41,33). Sum of RGB (Red+Green+Blue) = 207+41+33=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2921 is #30D6DE. Grayscale: #595959. Windows color (decimal): -3200735 or 2173391. OLE color: 2173391.

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

Color convert

RGB 207 41 33 -
CMYK 0 0.80 0.84 0.19
HSL 2.76º 0.73% 0.47% -
HSV(B) 2.76º 0.84% 0.81% -
XYZ 26.8 14.96 2.91 -
YUV 89.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 207 41 33 0 0.80 0.84 0.19 2.76 0.73 0.47
Hex CF 29 21 0 50 54 13 3 48 2F
Octal 317 51 41 0 120 124 23 3 110 57
Binary 11001111 101001 100001 0 1010000 1010100 10011 11 1001000 101111

Color Harmonies of #CF2921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2921

Black with #CF2921

Text Example


Text Example

White with #CF2921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2921; }

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

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

background-color css

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

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

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

border-color css

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

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

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