Html Css Color HEX #CC0E3A Crimson

📋 copy color: '#CC0E3A'

red 204 ◦ green 14 ◦ blue 58

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

Shades of Crimson #CC0E3A

Tints of Crimson #CC0E3A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.07%

 BLUE value IS 58 (23.05% from 255) = 21.01%

R = 73.91%
G = 5.07%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC0E3A (or 0xCC0E3A) is known color: Crimson. HEX triplet: CC, 0E and 3A. RGB value is (204,14,58). Sum of RGB (Red+Green+Blue) = 204+14+58=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0E3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0E3A is #33F1C5. Grayscale: #4B4B4B. Windows color (decimal): -3404230 or 3804876. OLE color: 3804876.

HSL color Cylindrical-coordinate representation of color #CC0E3A: hue angle of 346.11º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0E3A is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 14 58 -
CMYK 0 0.93 0.72 0.2
HSL 346.11º 0.87% 0.43% -
HSV(B) 346.11º 0.93% 0.8% -
XYZ 25.82 13.46 5.24 -
YUV 75.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 204 14 58 0 0.93 0.72 0.2 346.11 0.87 0.43
Hex CC E 3A 0 5D 48 14 15A 57 2B
Octal 314 16 72 0 135 110 24 532 127 53
Binary 11001100 1110 111010 0 1011101 1001000 10100 101011010 1010111 101011

Color Harmonies of #CC0E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0E3A

Black with #CC0E3A

Text Example


Text Example

White with #CC0E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0E3A; }

 p { color: rgb(204,14,58); }

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

background-color css

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

 a { background-color: rgb(204,14,58); }

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

border-color css

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

 span { border-color: rgb(204,14,58); }

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