Html Css Color HEX #CC0C43 Crimson

📋 copy color: '#CC0C43'

red 204 ◦ green 12 ◦ blue 67

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

Shades of Crimson #CC0C43

Tints of Crimson #CC0C43

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.24%

 BLUE value IS 67 (26.56% from 255) = 23.67%

R = 72.08%
G = 4.24%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC0C43 (or 0xCC0C43) is known color: Crimson. HEX triplet: CC, 0C and 43. RGB value is (204,12,67). Sum of RGB (Red+Green+Blue) = 204+12+67=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C43 is #33F3BC. Grayscale: #4B4B4B. Windows color (decimal): -3404733 or 4394188. OLE color: 4394188.

HSL color Cylindrical-coordinate representation of color #CC0C43: hue angle of 342.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C43 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 12 67 -
CMYK 0 0.94 0.67 0.2
HSL 342.81º 0.89% 0.42% -
HSV(B) 342.81º 0.94% 0.8% -
XYZ 26.05 13.51 6.54 -
YUV 75.68 123.11 219.53 -
System Red Green Blue C M Y K H S L
Decimal 204 12 67 0 0.94 0.67 0.2 342.81 0.89 0.42
Hex CC C 43 0 5E 43 14 157 59 2A
Octal 314 14 103 0 136 103 24 527 131 52
Binary 11001100 1100 1000011 0 1011110 1000011 10100 101010111 1011001 101010

Color Harmonies of #CC0C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0C43

Black with #CC0C43

Text Example


Text Example

White with #CC0C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0C43; }

 p { color: rgb(204,12,67); }

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

background-color css

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

 a { background-color: rgb(204,12,67); }

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

border-color css

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

 span { border-color: rgb(204,12,67); }

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