Html Css Color HEX #CC0D43 Crimson

📋 copy color: '#CC0D43'

red 204 ◦ green 13 ◦ blue 67

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

Shades of Crimson #CC0D43

Tints of Crimson #CC0D43

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.58%

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

R = 71.83%
G = 4.58%
B = 23.59%

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

#CC0D43 (or 0xCC0D43) is known color: Crimson. HEX triplet: CC, 0D and 43. RGB value is (204,13,67). Sum of RGB (Red+Green+Blue) = 204+13+67=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0D43 is #33F2BC. Grayscale: #4C4C4C. Windows color (decimal): -3404477 or 4394444. OLE color: 4394444.

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

Color convert

RGB 204 13 67 -
CMYK 0 0.94 0.67 0.2
HSL 343.04º 0.88% 0.43% -
HSV(B) 343.04º 0.94% 0.8% -
XYZ 26.06 13.53 6.55 -
YUV 76.27 122.78 219.11 -
System Red Green Blue C M Y K H S L
Decimal 204 13 67 0 0.94 0.67 0.2 343.04 0.88 0.43
Hex CC D 43 0 5E 43 14 157 58 2B
Octal 314 15 103 0 136 103 24 527 130 53
Binary 11001100 1101 1000011 0 1011110 1000011 10100 101010111 1011000 101011

Color Harmonies of #CC0D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0D43

Black with #CC0D43

Text Example


Text Example

White with #CC0D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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