Html Css Color HEX #CC302E Persian Red

📋 copy color: '#CC302E'

red 204 ◦ green 48 ◦ blue 46

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

Shades of Persian Red #CC302E

Tints of Persian Red #CC302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.44%

R = 68.46%
G = 16.11%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC302E (or 0xCC302E) is known color: Persian Red. HEX triplet: CC, 30 and 2E. RGB value is (204,48,46). Sum of RGB (Red+Green+Blue) = 204+48+46=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC302E is #33CFD1. Grayscale: #5E5E5E. Windows color (decimal): -3395538 or 3027148. OLE color: 3027148.

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

Color convert

RGB 204 48 46 -
CMYK 0 0.76 0.77 0.2
HSL 0.76º 0.63% 0.49% -
HSV(B) 0.76º 0.77% 0.8% -
XYZ 26.45 15.15 4.11 -
YUV 94.42 100.68 206.16 -
System Red Green Blue C M Y K H S L
Decimal 204 48 46 0 0.76 0.77 0.2 0.76 0.63 0.49
Hex CC 30 2E 0 4C 4D 14 1 3F 31
Octal 314 60 56 0 114 115 24 1 77 61
Binary 11001100 110000 101110 0 1001100 1001101 10100 1 111111 110001

Color Harmonies of #CC302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC302E

Black with #CC302E

Text Example


Text Example

White with #CC302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC302E; }

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

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

background-color css

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

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

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

border-color css

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

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

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