Html Css Color HEX #CC003D Crimson

📋 copy color: '#CC003D'

red 204 ◦ green 0 ◦ blue 61

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

Shades of Crimson #CC003D

Tints of Crimson #CC003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 23.02%

R = 76.98%
G = 0%
B = 23.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC003D (or 0xCC003D) is known color: Crimson. HEX triplet: CC, 00 and 3D. RGB value is (204,0,61). Sum of RGB (Red+Green+Blue) = 204+0+61=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC003D is #33FFC2. Grayscale: #434343. Windows color (decimal): -3407811 or 3997900. OLE color: 3997900.

HSL color Cylindrical-coordinate representation of color #CC003D: hue angle of 342.06º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC003D is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 0 61 -
CMYK 0 1 0.70 0.2
HSL 342.06º 1% 0.4% -
HSV(B) 342.06º 1% 0.8% -
XYZ 25.74 13.17 5.6 -
YUV 67.95 124.09 225.04 -
System Red Green Blue C M Y K H S L
Decimal 204 0 61 0 1 0.70 0.2 342.06 1 0.4
Hex CC 0 3D 0 64 46 14 156 64 28
Octal 314 0 75 0 144 106 24 526 144 50
Binary 11001100 0 111101 0 1100100 1000110 10100 101010110 1100100 101000

Color Harmonies of #CC003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC003D

Black with #CC003D

Text Example


Text Example

White with #CC003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC003D; }

 p { color: rgb(204,0,61); }

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

background-color css

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

 a { background-color: rgb(204,0,61); }

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

border-color css

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

 span { border-color: rgb(204,0,61); }

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