Html Css Color HEX #CF2222 Persian Red

📋 copy color: '#CF2222'

red 207 ◦ green 34 ◦ blue 34

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

Shades of Persian Red #CF2222

Tints of Persian Red #CF2222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.36%

 BLUE value IS 34 (13.67% from 255) = 12.36%

R = 75.27%
G = 12.36%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF2222 (or 0xCF2222) is known color: Persian Red. HEX triplet: CF, 22 and 22. RGB value is (207,34,34). Sum of RGB (Red+Green+Blue) = 207+34+34=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2222 is #30DDDD. Grayscale: #555555. Windows color (decimal): -3202526 or 2237135. OLE color: 2237135.

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

Color convert

RGB 207 34 34 -
CMYK 0 0.84 0.84 0.19
HSL 0.72% 0.47% -
HSV(B) 0.84% 0.81% -
XYZ 26.59 14.52 2.92 -
YUV 85.73 98.81 214.5 -
System Red Green Blue C M Y K H S L
Decimal 207 34 34 0 0.84 0.84 0.19 0 0.72 0.47
Hex CF 22 22 0 54 54 13 0 48 2F
Octal 317 42 42 0 124 124 23 0 110 57
Binary 11001111 100010 100010 0 1010100 1010100 10011 0 1001000 101111

Color Harmonies of #CF2222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2222

Black with #CF2222

Text Example


Text Example

White with #CF2222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2222; }

 p { color: rgb(207,34,34); }

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

background-color css

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

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

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

border-color css

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

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

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