Html Css Color HEX #CF2522 Persian Red

📋 copy color: '#CF2522'

red 207 ◦ green 37 ◦ blue 34

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

Shades of Persian Red #CF2522

Tints of Persian Red #CF2522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

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

R = 74.46%
G = 13.31%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF2522 (or 0xCF2522) is known color: Persian Red. HEX triplet: CF, 25 and 22. RGB value is (207,37,34). Sum of RGB (Red+Green+Blue) = 207+37+34=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2522 is #30DADD. Grayscale: #575757. Windows color (decimal): -3201758 or 2237903. OLE color: 2237903.

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

Color convert

RGB 207 37 34 -
CMYK 0 0.82 0.84 0.19
HSL 1.04º 0.72% 0.47% -
HSV(B) 1.04º 0.84% 0.81% -
XYZ 26.68 14.7 2.95 -
YUV 87.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 207 37 34 0 0.82 0.84 0.19 1.04 0.72 0.47
Hex CF 25 22 0 52 54 13 1 48 2F
Octal 317 45 42 0 122 124 23 1 110 57
Binary 11001111 100101 100010 0 1010010 1010100 10011 1 1001000 101111

Color Harmonies of #CF2522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2522

Black with #CF2522

Text Example


Text Example

White with #CF2522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2522; }

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

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

background-color css

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

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

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

border-color css

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

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

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