Html Css Color HEX #CC0245 Crimson

📋 copy color: '#CC0245'

red 204 ◦ green 2 ◦ blue 69

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

Shades of Crimson #CC0245

Tints of Crimson #CC0245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 69 (27.34% from 255) = 25.09%

R = 74.18%
G = 0.73%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC0245 (or 0xCC0245) is known color: Crimson. HEX triplet: CC, 02 and 45. RGB value is (204,2,69). Sum of RGB (Red+Green+Blue) = 204+2+69=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0245 is #33FDBA. Grayscale: #454545. Windows color (decimal): -3407291 or 4522700. OLE color: 4522700.

HSL color Cylindrical-coordinate representation of color #CC0245: hue angle of 340.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0245 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 2 69 -
CMYK 0 0.99 0.66 0.2
HSL 340.1º 0.98% 0.4% -
HSV(B) 340.1º 0.99% 0.8% -
XYZ 26 13.31 6.83 -
YUV 70.04 127.42 223.55 -
System Red Green Blue C M Y K H S L
Decimal 204 2 69 0 0.99 0.66 0.2 340.1 0.98 0.4
Hex CC 2 45 0 63 42 14 154 62 28
Octal 314 2 105 0 143 102 24 524 142 50
Binary 11001100 10 1000101 0 1100011 1000010 10100 101010100 1100010 101000

Color Harmonies of #CC0245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0245

Black with #CC0245

Text Example


Text Example

White with #CC0245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0245; }

 p { color: rgb(204,2,69); }

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

background-color css

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

 a { background-color: rgb(204,2,69); }

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

border-color css

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

 span { border-color: rgb(204,2,69); }

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