Html Css Color HEX #CF2521 Persian Red

📋 copy color: '#CF2521'

red 207 ◦ green 37 ◦ blue 33

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

Shades of Persian Red #CF2521

Tints of Persian Red #CF2521

RGB

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

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

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

R = 74.73%
G = 13.36%
B = 11.91%

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

#CF2521 (or 0xCF2521) is known color: Persian Red. HEX triplet: CF, 25 and 21. RGB value is (207,37,33). Sum of RGB (Red+Green+Blue) = 207+37+33=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2521 is #30DADE. Grayscale: #575757. Windows color (decimal): -3201759 or 2172367. OLE color: 2172367.

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

Color convert

RGB 207 37 33 -
CMYK 0 0.82 0.84 0.19
HSL 1.38º 0.73% 0.47% -
HSV(B) 1.38º 0.84% 0.81% -
XYZ 26.67 14.7 2.87 -
YUV 87.37 97.32 213.33 -
System Red Green Blue C M Y K H S L
Decimal 207 37 33 0 0.82 0.84 0.19 1.38 0.73 0.47
Hex CF 25 21 0 52 54 13 1 48 2F
Octal 317 45 41 0 122 124 23 1 110 57
Binary 11001111 100101 100001 0 1010010 1010100 10011 1 1001000 101111

Color Harmonies of #CF2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2521

Black with #CF2521

Text Example


Text Example

White with #CF2521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2521; }

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

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

background-color css

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

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

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

border-color css

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

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

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