Html Css Color HEX #CC0C4B Crimson

📋 copy color: '#CC0C4B'

red 204 ◦ green 12 ◦ blue 75

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

Shades of Crimson #CC0C4B

Tints of Crimson #CC0C4B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.12%

 BLUE value IS 75 (29.69% from 255) = 25.77%

R = 70.1%
G = 4.12%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC0C4B (or 0xCC0C4B) is known color: Crimson. HEX triplet: CC, 0C and 4B. RGB value is (204,12,75). Sum of RGB (Red+Green+Blue) = 204+12+75=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C4B is #33F3B4. Grayscale: #4C4C4C. Windows color (decimal): -3404725 or 4918476. OLE color: 4918476.

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

Color convert

RGB 204 12 75 -
CMYK 0 0.94 0.63 0.2
HSL 340.31º 0.89% 0.42% -
HSV(B) 340.31º 0.94% 0.8% -
XYZ 26.3 13.61 7.9 -
YUV 76.59 127.11 218.88 -
System Red Green Blue C M Y K H S L
Decimal 204 12 75 0 0.94 0.63 0.2 340.31 0.89 0.42
Hex CC C 4B 0 5E 3F 14 154 59 2A
Octal 314 14 113 0 136 77 24 524 131 52
Binary 11001100 1100 1001011 0 1011110 111111 10100 101010100 1011001 101010

Color Harmonies of #CC0C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0C4B

Black with #CC0C4B

Text Example


Text Example

White with #CC0C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0C4B; }

 p { color: rgb(204,12,75); }

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

background-color css

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

 a { background-color: rgb(204,12,75); }

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

border-color css

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

 span { border-color: rgb(204,12,75); }

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