Html Css Color HEX #CC2624 Persian Red

📋 copy color: '#CC2624'

red 204 ◦ green 38 ◦ blue 36

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

Shades of Persian Red #CC2624

Tints of Persian Red #CC2624

RGB

 RED value IS 204 (80.08% from 255) = 73.38%

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

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 73.38%
G = 13.67%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC2624 (or 0xCC2624) is known color: Persian Red. HEX triplet: CC, 26 and 24. RGB value is (204,38,36). Sum of RGB (Red+Green+Blue) = 204+38+36=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2624 is #33D9DB. Grayscale: #575757. Windows color (decimal): -3398108 or 2369228. OLE color: 2369228.

HSL color Cylindrical-coordinate representation of color #CC2624: hue angle of 0.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2624 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 36 -
CMYK 0 0.81 0.82 0.2
HSL 0.71º 0.7% 0.47% -
HSV(B) 0.71º 0.82% 0.8% -
XYZ 25.91 14.35 3.07 -
YUV 87.41 99 211.16 -
System Red Green Blue C M Y K H S L
Decimal 204 38 36 0 0.81 0.82 0.2 0.71 0.7 0.47
Hex CC 26 24 0 51 52 14 1 46 2F
Octal 314 46 44 0 121 122 24 1 106 57
Binary 11001100 100110 100100 0 1010001 1010010 10100 1 1000110 101111

Color Harmonies of #CC2624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2624

Black with #CC2624

Text Example


Text Example

White with #CC2624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2624; }

 p { color: rgb(204,38,36); }

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

background-color css

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

 a { background-color: rgb(204,38,36); }

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

border-color css

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

 span { border-color: rgb(204,38,36); }

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