Html Css Color HEX #CC4030 Persian Red

📋 copy color: '#CC4030'

red 204 ◦ green 64 ◦ blue 48

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

Shades of Persian Red #CC4030

Tints of Persian Red #CC4030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 64.56%
G = 20.25%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC4030 (or 0xCC4030) is known color: Persian Red. HEX triplet: CC, 40 and 30. RGB value is (204,64,48). Sum of RGB (Red+Green+Blue) = 204+64+48=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4030 is #33BFCF. Grayscale: #686868. Windows color (decimal): -3391440 or 3162316. OLE color: 3162316.

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

Color convert

RGB 204 64 48 -
CMYK 0 0.69 0.76 0.2
HSL 6.15º 0.62% 0.49% -
HSV(B) 6.15º 0.76% 0.8% -
XYZ 27.27 16.72 4.59 -
YUV 104.04 96.38 199.3 -
System Red Green Blue C M Y K H S L
Decimal 204 64 48 0 0.69 0.76 0.2 6.15 0.62 0.49
Hex CC 40 30 0 45 4C 14 6 3E 31
Octal 314 100 60 0 105 114 24 6 76 61
Binary 11001100 1000000 110000 0 1000101 1001100 10100 110 111110 110001

Color Harmonies of #CC4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4030

Black with #CC4030

Text Example


Text Example

White with #CC4030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4030; }

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

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

background-color css

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

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

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

border-color css

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

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

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