Html Css Color HEX #CC3023 Persian Red

📋 copy color: '#CC3023'

red 204 ◦ green 48 ◦ blue 35

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

Shades of Persian Red #CC3023

Tints of Persian Red #CC3023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.2%

R = 71.08%
G = 16.72%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC3023 (or 0xCC3023) is known color: Persian Red. HEX triplet: CC, 30 and 23. RGB value is (204,48,35). Sum of RGB (Red+Green+Blue) = 204+48+35=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3023 is #33CFDC. Grayscale: #5D5D5D. Windows color (decimal): -3395549 or 2306252. OLE color: 2306252.

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

Color convert

RGB 204 48 35 -
CMYK 0 0.76 0.83 0.2
HSL 4.62º 0.71% 0.47% -
HSV(B) 4.62º 0.83% 0.8% -
XYZ 26.26 15.07 3.12 -
YUV 93.16 95.18 207.06 -
System Red Green Blue C M Y K H S L
Decimal 204 48 35 0 0.76 0.83 0.2 4.62 0.71 0.47
Hex CC 30 23 0 4C 53 14 5 47 2F
Octal 314 60 43 0 114 123 24 5 107 57
Binary 11001100 110000 100011 0 1001100 1010011 10100 101 1000111 101111

Color Harmonies of #CC3023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3023

Black with #CC3023

Text Example


Text Example

White with #CC3023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3023; }

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

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

background-color css

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

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

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

border-color css

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

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

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