Html Css Color HEX #CC0332 Crimson

📋 copy color: '#CC0332'

red 204 ◦ green 3 ◦ blue 50

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

Shades of Crimson #CC0332

Tints of Crimson #CC0332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 79.38%
G = 1.17%
B = 19.46%

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

#CC0332 (or 0xCC0332) is known color: Crimson. HEX triplet: CC, 03 and 32. RGB value is (204,3,50). Sum of RGB (Red+Green+Blue) = 204+3+50=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0332 is #33FCCD. Grayscale: #444444. Windows color (decimal): -3407054 or 3277772. OLE color: 3277772.

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

Color convert

RGB 204 3 50 -
CMYK 0 0.99 0.75 0.2
HSL 345.97º 0.97% 0.41% -
HSV(B) 345.97º 0.99% 0.8% -
XYZ 25.51 13.13 4.21 -
YUV 68.46 117.59 224.68 -
System Red Green Blue C M Y K H S L
Decimal 204 3 50 0 0.99 0.75 0.2 345.97 0.97 0.41
Hex CC 3 32 0 63 4B 14 15A 61 29
Octal 314 3 62 0 143 113 24 532 141 51
Binary 11001100 11 110010 0 1100011 1001011 10100 101011010 1100001 101001

Color Harmonies of #CC0332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0332

Black with #CC0332

Text Example


Text Example

White with #CC0332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0332; }

 p { color: rgb(204,3,50); }

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

background-color css

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

 a { background-color: rgb(204,3,50); }

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

border-color css

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

 span { border-color: rgb(204,3,50); }

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