Html Css Color HEX #CC0B3D Crimson

📋 copy color: '#CC0B3D'

red 204 ◦ green 11 ◦ blue 61

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

Shades of Crimson #CC0B3D

Tints of Crimson #CC0B3D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.99%

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

R = 73.91%
G = 3.99%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC0B3D (or 0xCC0B3D) is known color: Crimson. HEX triplet: CC, 0B and 3D. RGB value is (204,11,61). Sum of RGB (Red+Green+Blue) = 204+11+61=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0B3D is #33F4C2. Grayscale: #4A4A4A. Windows color (decimal): -3404995 or 4000716. OLE color: 4000716.

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

Color convert

RGB 204 11 61 -
CMYK 0 0.95 0.70 0.2
HSL 344.46º 0.9% 0.42% -
HSV(B) 344.46º 0.95% 0.8% -
XYZ 25.86 13.41 5.64 -
YUV 74.41 120.44 220.43 -
System Red Green Blue C M Y K H S L
Decimal 204 11 61 0 0.95 0.70 0.2 344.46 0.9 0.42
Hex CC B 3D 0 5F 46 14 158 5A 2A
Octal 314 13 75 0 137 106 24 530 132 52
Binary 11001100 1011 111101 0 1011111 1000110 10100 101011000 1011010 101010

Color Harmonies of #CC0B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0B3D

Black with #CC0B3D

Text Example


Text Example

White with #CC0B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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