Html Css Color HEX #CC3026 Persian Red

📋 copy color: '#CC3026'

red 204 ◦ green 48 ◦ blue 38

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

Shades of Persian Red #CC3026

Tints of Persian Red #CC3026

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.55%

 BLUE value IS 38 (15.23% from 255) = 13.1%

R = 70.34%
G = 16.55%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC3026 (or 0xCC3026) is known color: Persian Red. HEX triplet: CC, 30 and 26. RGB value is (204,48,38). Sum of RGB (Red+Green+Blue) = 204+48+38=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3026 is #33CFD9. Grayscale: #5D5D5D. Windows color (decimal): -3395546 or 2502860. OLE color: 2502860.

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

Color convert

RGB 204 48 38 -
CMYK 0 0.76 0.81 0.2
HSL 3.61º 0.69% 0.47% -
HSV(B) 3.61º 0.81% 0.8% -
XYZ 26.31 15.09 3.36 -
YUV 93.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 204 48 38 0 0.76 0.81 0.2 3.61 0.69 0.47
Hex CC 30 26 0 4C 51 14 4 45 2F
Octal 314 60 46 0 114 121 24 4 105 57
Binary 11001100 110000 100110 0 1001100 1010001 10100 100 1000101 101111

Color Harmonies of #CC3026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3026

Black with #CC3026

Text Example


Text Example

White with #CC3026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3026; }

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

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

background-color css

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

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

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

border-color css

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

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

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