Html Css Color HEX #CC093E Crimson

📋 copy color: '#CC093E'

red 204 ◦ green 9 ◦ blue 62

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

Shades of Crimson #CC093E

Tints of Crimson #CC093E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.27%

 BLUE value IS 62 (24.61% from 255) = 22.55%

R = 74.18%
G = 3.27%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC093E (or 0xCC093E) is known color: Crimson. HEX triplet: CC, 09 and 3E. RGB value is (204,9,62). Sum of RGB (Red+Green+Blue) = 204+9+62=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC093E is #33F6C1. Grayscale: #494949. Windows color (decimal): -3405506 or 4065740. OLE color: 4065740.

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

Color convert

RGB 204 9 62 -
CMYK 0 0.96 0.70 0.2
HSL 343.69º 0.92% 0.42% -
HSV(B) 343.69º 0.96% 0.8% -
XYZ 25.87 13.38 5.78 -
YUV 73.35 121.6 221.19 -
System Red Green Blue C M Y K H S L
Decimal 204 9 62 0 0.96 0.70 0.2 343.69 0.92 0.42
Hex CC 9 3E 0 60 46 14 158 5C 2A
Octal 314 11 76 0 140 106 24 530 134 52
Binary 11001100 1001 111110 0 1100000 1000110 10100 101011000 1011100 101010

Color Harmonies of #CC093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC093E

Black with #CC093E

Text Example


Text Example

White with #CC093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC093E; }

 p { color: rgb(204,9,62); }

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

background-color css

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

 a { background-color: rgb(204,9,62); }

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

border-color css

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

 span { border-color: rgb(204,9,62); }

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