Html Css Color HEX #CC093B Crimson

📋 copy color: '#CC093B'

red 204 ◦ green 9 ◦ blue 59

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

Shades of Crimson #CC093B

Tints of Crimson #CC093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.69%

R = 75%
G = 3.31%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC093B (or 0xCC093B) is known color: Crimson. HEX triplet: CC, 09 and 3B. RGB value is (204,9,59). Sum of RGB (Red+Green+Blue) = 204+9+59=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC093B is #33F6C4. Grayscale: #484848. Windows color (decimal): -3405509 or 3869132. OLE color: 3869132.

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

Color convert

RGB 204 9 59 -
CMYK 0 0.96 0.71 0.2
HSL 344.62º 0.92% 0.42% -
HSV(B) 344.62º 0.96% 0.8% -
XYZ 25.79 13.35 5.35 -
YUV 73.01 120.1 221.43 -
System Red Green Blue C M Y K H S L
Decimal 204 9 59 0 0.96 0.71 0.2 344.62 0.92 0.42
Hex CC 9 3B 0 60 47 14 159 5C 2A
Octal 314 11 73 0 140 107 24 531 134 52
Binary 11001100 1001 111011 0 1100000 1000111 10100 101011001 1011100 101010

Color Harmonies of #CC093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC093B

Black with #CC093B

Text Example


Text Example

White with #CC093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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