Html Css Color HEX #CC0B3F Crimson

📋 copy color: '#CC0B3F'

red 204 ◦ green 11 ◦ blue 63

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

Shades of Crimson #CC0B3F

Tints of Crimson #CC0B3F

RGB

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

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

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

R = 73.38%
G = 3.96%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC0B3F (or 0xCC0B3F) is known color: Crimson. HEX triplet: CC, 0B and 3F. RGB value is (204,11,63). Sum of RGB (Red+Green+Blue) = 204+11+63=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0B3F is #33F4C0. Grayscale: #4A4A4A. Windows color (decimal): -3404993 or 4131788. OLE color: 4131788.

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

Color convert

RGB 204 11 63 -
CMYK 0 0.95 0.69 0.2
HSL 343.83º 0.9% 0.42% -
HSV(B) 343.83º 0.95% 0.8% -
XYZ 25.92 13.44 5.93 -
YUV 74.64 121.44 220.27 -
System Red Green Blue C M Y K H S L
Decimal 204 11 63 0 0.95 0.69 0.2 343.83 0.9 0.42
Hex CC B 3F 0 5F 45 14 158 5A 2A
Octal 314 13 77 0 137 105 24 530 132 52
Binary 11001100 1011 111111 0 1011111 1000101 10100 101011000 1011010 101010

Color Harmonies of #CC0B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0B3F

Black with #CC0B3F

Text Example


Text Example

White with #CC0B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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