Html Css Color HEX #CC003F Crimson

📋 copy color: '#CC003F'

red 204 ◦ green 0 ◦ blue 63

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

Shades of Crimson #CC003F

Tints of Crimson #CC003F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.6%

R = 76.4%
G = 0%
B = 23.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC003F (or 0xCC003F) is known color: Crimson. HEX triplet: CC, 00 and 3F. RGB value is (204,0,63). Sum of RGB (Red+Green+Blue) = 204+0+63=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC003F is #33FFC0. Grayscale: #444444. Windows color (decimal): -3407809 or 4128972. OLE color: 4128972.

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

Color convert

RGB 204 0 63 -
CMYK 0 1 0.69 0.2
HSL 341.47º 1% 0.4% -
HSV(B) 341.47º 1% 0.8% -
XYZ 25.8 13.2 5.89 -
YUV 68.18 125.09 224.88 -
System Red Green Blue C M Y K H S L
Decimal 204 0 63 0 1 0.69 0.2 341.47 1 0.4
Hex CC 0 3F 0 64 45 14 155 64 28
Octal 314 0 77 0 144 105 24 525 144 50
Binary 11001100 0 111111 0 1100100 1000101 10100 101010101 1100100 101000

Color Harmonies of #CC003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC003F

Black with #CC003F

Text Example


Text Example

White with #CC003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC003F; }

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

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

background-color css

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

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

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

border-color css

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

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

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