Html Css Color HEX #CC302D Persian Red

📋 copy color: '#CC302D'

red 204 ◦ green 48 ◦ blue 45

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

Shades of Persian Red #CC302D

Tints of Persian Red #CC302D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 68.69%
G = 16.16%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC302D (or 0xCC302D) is known color: Persian Red. HEX triplet: CC, 30 and 2D. RGB value is (204,48,45). Sum of RGB (Red+Green+Blue) = 204+48+45=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC302D is #33CFD2. Grayscale: #5E5E5E. Windows color (decimal): -3395539 or 2961612. OLE color: 2961612.

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

Color convert

RGB 204 48 45 -
CMYK 0 0.76 0.78 0.2
HSL 1.13º 0.64% 0.49% -
HSV(B) 1.13º 0.78% 0.8% -
XYZ 26.43 15.14 4.01 -
YUV 94.3 100.18 206.24 -
System Red Green Blue C M Y K H S L
Decimal 204 48 45 0 0.76 0.78 0.2 1.13 0.64 0.49
Hex CC 30 2D 0 4C 4E 14 1 40 31
Octal 314 60 55 0 114 116 24 1 100 61
Binary 11001100 110000 101101 0 1001100 1001110 10100 1 1000000 110001

Color Harmonies of #CC302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC302D

Black with #CC302D

Text Example


Text Example

White with #CC302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC302D; }

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

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

background-color css

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

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

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

border-color css

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

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

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