Html Css Color HEX #CC0445 Crimson

📋 copy color: '#CC0445'

red 204 ◦ green 4 ◦ blue 69

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

Shades of Crimson #CC0445

Tints of Crimson #CC0445

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 73.65%
G = 1.44%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC0445 (or 0xCC0445) is known color: Crimson. HEX triplet: CC, 04 and 45. RGB value is (204,4,69). Sum of RGB (Red+Green+Blue) = 204+4+69=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0445 is #33FBBA. Grayscale: #474747. Windows color (decimal): -3406779 or 4523212. OLE color: 4523212.

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

Color convert

RGB 204 4 69 -
CMYK 0 0.98 0.66 0.2
HSL 340.5º 0.96% 0.41% -
HSV(B) 340.5º 0.98% 0.8% -
XYZ 26.02 13.35 6.84 -
YUV 71.21 126.76 222.71 -
System Red Green Blue C M Y K H S L
Decimal 204 4 69 0 0.98 0.66 0.2 340.5 0.96 0.41
Hex CC 4 45 0 62 42 14 154 60 29
Octal 314 4 105 0 142 102 24 524 140 51
Binary 11001100 100 1000101 0 1100010 1000010 10100 101010100 1100000 101001

Color Harmonies of #CC0445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0445

Black with #CC0445

Text Example


Text Example

White with #CC0445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0445; }

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

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

background-color css

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

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

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

border-color css

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

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

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