Html Css Color HEX #CB083D Crimson

📋 copy color: '#CB083D'

red 203 ◦ green 8 ◦ blue 61

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

Shades of Crimson #CB083D

Tints of Crimson #CB083D

RGB

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

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

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

R = 74.63%
G = 2.94%
B = 22.43%

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

#CB083D (or 0xCB083D) is known color: Crimson. HEX triplet: CB, 08 and 3D. RGB value is (203,8,61). Sum of RGB (Red+Green+Blue) = 203+8+61=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB083D is #34F7C2. Grayscale: #484848. Windows color (decimal): -3471299 or 3999947. OLE color: 3999947.

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

Color convert

RGB 203 8 61 -
CMYK 0 0.96 0.70 0.20
HSL 343.69º 0.92% 0.41% -
HSV(B) 343.69º 0.96% 0.8% -
XYZ 25.56 13.21 5.62 -
YUV 72.35 121.6 221.19 -
System Red Green Blue C M Y K H S L
Decimal 203 8 61 0 0.96 0.70 0.20 343.69 0.92 0.41
Hex CB 8 3D 0 60 46 14 158 5C 29
Octal 313 10 75 0 140 106 24 530 134 51
Binary 11001011 1000 111101 0 1100000 1000110 10100 101011000 1011100 101001

Color Harmonies of #CB083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB083D

Black with #CB083D

Text Example


Text Example

White with #CB083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB083D; }

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

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

background-color css

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

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

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

border-color css

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

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

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