Html Css Color HEX #CC0330 Crimson

📋 copy color: '#CC0330'

red 204 ◦ green 3 ◦ blue 48

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

Shades of Crimson #CC0330

Tints of Crimson #CC0330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.82%

R = 80%
G = 1.18%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC0330 (or 0xCC0330) is known color: Crimson. HEX triplet: CC, 03 and 30. RGB value is (204,3,48). Sum of RGB (Red+Green+Blue) = 204+3+48=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0330 is #33FCCF. Grayscale: #444444. Windows color (decimal): -3407056 or 3146700. OLE color: 3146700.

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

Color convert

RGB 204 3 48 -
CMYK 0 0.99 0.76 0.2
HSL 346.57º 0.97% 0.41% -
HSV(B) 346.57º 0.99% 0.8% -
XYZ 25.47 13.12 3.99 -
YUV 68.23 116.59 224.84 -
System Red Green Blue C M Y K H S L
Decimal 204 3 48 0 0.99 0.76 0.2 346.57 0.97 0.41
Hex CC 3 30 0 63 4C 14 15B 61 29
Octal 314 3 60 0 143 114 24 533 141 51
Binary 11001100 11 110000 0 1100011 1001100 10100 101011011 1100001 101001

Color Harmonies of #CC0330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0330

Black with #CC0330

Text Example


Text Example

White with #CC0330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0330; }

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

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

background-color css

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

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

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

border-color css

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

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

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