Html Css Color HEX #CF2621 Persian Red

📋 copy color: '#CF2621'

red 207 ◦ green 38 ◦ blue 33

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

Shades of Persian Red #CF2621

Tints of Persian Red #CF2621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.67%

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

R = 74.46%
G = 13.67%
B = 11.87%

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

#CF2621 (or 0xCF2621) is known color: Persian Red. HEX triplet: CF, 26 and 21. RGB value is (207,38,33). Sum of RGB (Red+Green+Blue) = 207+38+33=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2621 is #30D9DE. Grayscale: #585858. Windows color (decimal): -3201503 or 2172623. OLE color: 2172623.

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

Color convert

RGB 207 38 33 -
CMYK 0 0.82 0.84 0.19
HSL 1.72º 0.73% 0.47% -
HSV(B) 1.72º 0.84% 0.81% -
XYZ 26.7 14.76 2.88 -
YUV 87.96 96.99 212.91 -
System Red Green Blue C M Y K H S L
Decimal 207 38 33 0 0.82 0.84 0.19 1.72 0.73 0.47
Hex CF 26 21 0 52 54 13 2 48 2F
Octal 317 46 41 0 122 124 23 2 110 57
Binary 11001111 100110 100001 0 1010010 1010100 10011 10 1001000 101111

Color Harmonies of #CF2621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2621

Black with #CF2621

Text Example


Text Example

White with #CF2621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2621; }

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

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

background-color css

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

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

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

border-color css

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

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

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