Html Css Color HEX #CB0841 Crimson

📋 copy color: '#CB0841'

red 203 ◦ green 8 ◦ blue 65

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

Shades of Crimson #CB0841

Tints of Crimson #CB0841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 73.55%
G = 2.9%
B = 23.55%

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

#CB0841 (or 0xCB0841) is known color: Crimson. HEX triplet: CB, 08 and 41. RGB value is (203,8,65). Sum of RGB (Red+Green+Blue) = 203+8+65=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0841 is #34F7BE. Grayscale: #484848. Windows color (decimal): -3471295 or 4262091. OLE color: 4262091.

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

Color convert

RGB 203 8 65 -
CMYK 0 0.96 0.68 0.20
HSL 342.46º 0.92% 0.41% -
HSV(B) 342.46º 0.96% 0.8% -
XYZ 25.67 13.25 6.21 -
YUV 72.8 123.6 220.87 -
System Red Green Blue C M Y K H S L
Decimal 203 8 65 0 0.96 0.68 0.20 342.46 0.92 0.41
Hex CB 8 41 0 60 44 14 156 5C 29
Octal 313 10 101 0 140 104 24 526 134 51
Binary 11001011 1000 1000001 0 1100000 1000100 10100 101010110 1011100 101001

Color Harmonies of #CB0841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0841

Black with #CB0841

Text Example


Text Example

White with #CB0841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0841; }

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

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

background-color css

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

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

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

border-color css

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

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

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