Html Css Color HEX #CB083B Crimson

📋 copy color: '#CB083B'

red 203 ◦ green 8 ◦ blue 59

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

Shades of Crimson #CB083B

Tints of Crimson #CB083B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.96%

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

R = 75.19%
G = 2.96%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB083B (or 0xCB083B) is known color: Crimson. HEX triplet: CB, 08 and 3B. RGB value is (203,8,59). Sum of RGB (Red+Green+Blue) = 203+8+59=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB083B is #34F7C4. Grayscale: #484848. Windows color (decimal): -3471301 or 3868875. OLE color: 3868875.

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

Color convert

RGB 203 8 59 -
CMYK 0 0.96 0.71 0.20
HSL 344.31º 0.92% 0.41% -
HSV(B) 344.31º 0.96% 0.8% -
XYZ 25.5 13.19 5.34 -
YUV 72.12 120.6 221.35 -
System Red Green Blue C M Y K H S L
Decimal 203 8 59 0 0.96 0.71 0.20 344.31 0.92 0.41
Hex CB 8 3B 0 60 47 14 158 5C 29
Octal 313 10 73 0 140 107 24 530 134 51
Binary 11001011 1000 111011 0 1100000 1000111 10100 101011000 1011100 101001

Color Harmonies of #CB083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB083B

Black with #CB083B

Text Example


Text Example

White with #CB083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB083B; }

 p { color: rgb(203,8,59); }

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

background-color css

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

 a { background-color: rgb(203,8,59); }

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

border-color css

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

 span { border-color: rgb(203,8,59); }

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