Html Css Color HEX #CC4130 Persian Red

📋 copy color: '#CC4130'

red 204 ◦ green 65 ◦ blue 48

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

Shades of Persian Red #CC4130

Tints of Persian Red #CC4130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.5%

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

R = 64.35%
G = 20.5%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC4130 (or 0xCC4130) is known color: Persian Red. HEX triplet: CC, 41 and 30. RGB value is (204,65,48). Sum of RGB (Red+Green+Blue) = 204+65+48=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4130 is #33BECF. Grayscale: #686868. Windows color (decimal): -3391184 or 3162572. OLE color: 3162572.

HSL color Cylindrical-coordinate representation of color #CC4130: hue angle of 6.54º 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 #CC4130 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 65 48 -
CMYK 0 0.68 0.76 0.2
HSL 6.54º 0.62% 0.49% -
HSV(B) 6.54º 0.76% 0.8% -
XYZ 27.33 16.83 4.6 -
YUV 104.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 204 65 48 0 0.68 0.76 0.2 6.54 0.62 0.49
Hex CC 41 30 0 44 4C 14 7 3E 31
Octal 314 101 60 0 104 114 24 7 76 61
Binary 11001100 1000001 110000 0 1000100 1001100 10100 111 111110 110001

Color Harmonies of #CC4130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4130

Black with #CC4130

Text Example


Text Example

White with #CC4130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4130; }

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

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

background-color css

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

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

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

border-color css

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

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

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