Html Css Color HEX #CC0233 Crimson

📋 copy color: '#CC0233'

red 204 ◦ green 2 ◦ blue 51

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

Shades of Crimson #CC0233

Tints of Crimson #CC0233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.84%

R = 79.38%
G = 0.78%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC0233 (or 0xCC0233) is known color: Crimson. HEX triplet: CC, 02 and 33. RGB value is (204,2,51). Sum of RGB (Red+Green+Blue) = 204+2+51=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0233 is #33FDCC. Grayscale: #434343. Windows color (decimal): -3407309 or 3343052. OLE color: 3343052.

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

Color convert

RGB 204 2 51 -
CMYK 0 0.99 0.75 0.2
HSL 345.45º 0.98% 0.4% -
HSV(B) 345.45º 0.99% 0.8% -
XYZ 25.52 13.12 4.32 -
YUV 67.98 118.42 225.02 -
System Red Green Blue C M Y K H S L
Decimal 204 2 51 0 0.99 0.75 0.2 345.45 0.98 0.4
Hex CC 2 33 0 63 4B 14 159 62 28
Octal 314 2 63 0 143 113 24 531 142 50
Binary 11001100 10 110011 0 1100011 1001011 10100 101011001 1100010 101000

Color Harmonies of #CC0233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0233

Black with #CC0233

Text Example


Text Example

White with #CC0233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0233; }

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

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

background-color css

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

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

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

border-color css

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

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

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