Html Css Color HEX #CF2B21 Persian Red

📋 copy color: '#CF2B21'

red 207 ◦ green 43 ◦ blue 33

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

Shades of Persian Red #CF2B21

Tints of Persian Red #CF2B21

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.19%

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

R = 73.14%
G = 15.19%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF2B21 (or 0xCF2B21) is known color: Persian Red. HEX triplet: CF, 2B and 21. RGB value is (207,43,33). Sum of RGB (Red+Green+Blue) = 207+43+33=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2B21 is #30D4DE. Grayscale: #5B5B5B. Windows color (decimal): -3200223 or 2173903. OLE color: 2173903.

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

Color convert

RGB 207 43 33 -
CMYK 0 0.79 0.84 0.19
HSL 3.45º 0.73% 0.47% -
HSV(B) 3.45º 0.84% 0.81% -
XYZ 26.87 15.1 2.94 -
YUV 90.9 95.33 210.81 -
System Red Green Blue C M Y K H S L
Decimal 207 43 33 0 0.79 0.84 0.19 3.45 0.73 0.47
Hex CF 2B 21 0 4F 54 13 3 48 2F
Octal 317 53 41 0 117 124 23 3 110 57
Binary 11001111 101011 100001 0 1001111 1010100 10011 11 1001000 101111

Color Harmonies of #CF2B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2B21

Black with #CF2B21

Text Example


Text Example

White with #CF2B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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