Html Css Color HEX #CC0243 Crimson

📋 copy color: '#CC0243'

red 204 ◦ green 2 ◦ blue 67

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

Shades of Crimson #CC0243

Tints of Crimson #CC0243

RGB

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

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

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

R = 74.73%
G = 0.73%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC0243 (or 0xCC0243) is known color: Crimson. HEX triplet: CC, 02 and 43. RGB value is (204,2,67). Sum of RGB (Red+Green+Blue) = 204+2+67=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0243 is #33FDBC. Grayscale: #454545. Windows color (decimal): -3407293 or 4391628. OLE color: 4391628.

HSL color Cylindrical-coordinate representation of color #CC0243: hue angle of 340.69º 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 #CC0243 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 2 67 -
CMYK 0 0.99 0.67 0.2
HSL 340.69º 0.98% 0.4% -
HSV(B) 340.69º 0.99% 0.8% -
XYZ 25.94 13.29 6.51 -
YUV 69.81 126.42 223.71 -
System Red Green Blue C M Y K H S L
Decimal 204 2 67 0 0.99 0.67 0.2 340.69 0.98 0.4
Hex CC 2 43 0 63 43 14 155 62 28
Octal 314 2 103 0 143 103 24 525 142 50
Binary 11001100 10 1000011 0 1100011 1000011 10100 101010101 1100010 101000

Color Harmonies of #CC0243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0243

Black with #CC0243

Text Example


Text Example

White with #CC0243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0243; }

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

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

background-color css

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

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

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

border-color css

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

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

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