Html Css Color HEX #CB083A Crimson

📋 copy color: '#CB083A'

red 203 ◦ green 8 ◦ blue 58

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

Shades of Crimson #CB083A

Tints of Crimson #CB083A

RGB

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

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

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

R = 75.46%
G = 2.97%
B = 21.56%

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

#CB083A (or 0xCB083A) is known color: Crimson. HEX triplet: CB, 08 and 3A. RGB value is (203,8,58). Sum of RGB (Red+Green+Blue) = 203+8+58=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB083A is #34F7C5. Grayscale: #484848. Windows color (decimal): -3471302 or 3803339. OLE color: 3803339.

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

Color convert

RGB 203 8 58 -
CMYK 0 0.96 0.71 0.20
HSL 344.62º 0.92% 0.41% -
HSV(B) 344.62º 0.96% 0.8% -
XYZ 25.48 13.18 5.2 -
YUV 72.01 120.1 221.43 -
System Red Green Blue C M Y K H S L
Decimal 203 8 58 0 0.96 0.71 0.20 344.62 0.92 0.41
Hex CB 8 3A 0 60 47 14 159 5C 29
Octal 313 10 72 0 140 107 24 531 134 51
Binary 11001011 1000 111010 0 1100000 1000111 10100 101011001 1011100 101001

Color Harmonies of #CB083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB083A

Black with #CB083A

Text Example


Text Example

White with #CB083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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