Html Css Color HEX #CB0840 Crimson

📋 copy color: '#CB0840'

red 203 ◦ green 8 ◦ blue 64

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

Shades of Crimson #CB0840

Tints of Crimson #CB0840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.27%

R = 73.82%
G = 2.91%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB0840 (or 0xCB0840) is known color: Crimson. HEX triplet: CB, 08 and 40. RGB value is (203,8,64). Sum of RGB (Red+Green+Blue) = 203+8+64=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0840 is #34F7BF. Grayscale: #484848. Windows color (decimal): -3471296 or 4196555. OLE color: 4196555.

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

Color convert

RGB 203 8 64 -
CMYK 0 0.96 0.68 0.20
HSL 342.77º 0.92% 0.41% -
HSV(B) 342.77º 0.96% 0.8% -
XYZ 25.64 13.24 6.05 -
YUV 72.69 123.1 220.95 -
System Red Green Blue C M Y K H S L
Decimal 203 8 64 0 0.96 0.68 0.20 342.77 0.92 0.41
Hex CB 8 40 0 60 44 14 157 5C 29
Octal 313 10 100 0 140 104 24 527 134 51
Binary 11001011 1000 1000000 0 1100000 1000100 10100 101010111 1011100 101001

Color Harmonies of #CB0840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0840

Black with #CB0840

Text Example


Text Example

White with #CB0840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0840; }

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

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

background-color css

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

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

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

border-color css

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

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

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