Html Css Color HEX #CB093D Crimson

📋 copy color: '#CB093D'

red 203 ◦ green 9 ◦ blue 61

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

Shades of Crimson #CB093D

Tints of Crimson #CB093D

RGB

 RED value IS 203 (79.69% from 255) = 74.36%

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

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 74.36%
G = 3.3%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB093D (or 0xCB093D) is known color: Crimson. HEX triplet: CB, 09 and 3D. RGB value is (203,9,61). Sum of RGB (Red+Green+Blue) = 203+9+61=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB093D is #34F6C2. Grayscale: #484848. Windows color (decimal): -3471043 or 4000203. OLE color: 4000203.

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

Color convert

RGB 203 9 61 -
CMYK 0 0.96 0.70 0.20
HSL 343.92º 0.92% 0.42% -
HSV(B) 343.92º 0.96% 0.8% -
XYZ 25.57 13.23 5.62 -
YUV 72.93 121.27 220.77 -
System Red Green Blue C M Y K H S L
Decimal 203 9 61 0 0.96 0.70 0.20 343.92 0.92 0.42
Hex CB 9 3D 0 60 46 14 158 5C 2A
Octal 313 11 75 0 140 106 24 530 134 52
Binary 11001011 1001 111101 0 1100000 1000110 10100 101011000 1011100 101010

Color Harmonies of #CB093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB093D

Black with #CB093D

Text Example


Text Example

White with #CB093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB093D; }

 p { color: rgb(203,9,61); }

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

background-color css

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

 a { background-color: rgb(203,9,61); }

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

border-color css

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

 span { border-color: rgb(203,9,61); }

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