Html Css Color HEX #CB0541 Crimson

📋 copy color: '#CB0541'

red 203 ◦ green 5 ◦ blue 65

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

Shades of Crimson #CB0541

Tints of Crimson #CB0541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

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

R = 74.36%
G = 1.83%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB0541 (or 0xCB0541) is known color: Crimson. HEX triplet: CB, 05 and 41. RGB value is (203,5,65). Sum of RGB (Red+Green+Blue) = 203+5+65=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0541 is #34FABE. Grayscale: #474747. Windows color (decimal): -3472063 or 4261323. OLE color: 4261323.

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

Color convert

RGB 203 5 65 -
CMYK 0 0.98 0.68 0.20
HSL 341.82º 0.95% 0.41% -
HSV(B) 341.82º 0.98% 0.8% -
XYZ 25.64 13.19 6.2 -
YUV 71.04 124.6 222.12 -
System Red Green Blue C M Y K H S L
Decimal 203 5 65 0 0.98 0.68 0.20 341.82 0.95 0.41
Hex CB 5 41 0 62 44 14 156 5F 29
Octal 313 5 101 0 142 104 24 526 137 51
Binary 11001011 101 1000001 0 1100010 1000100 10100 101010110 1011111 101001

Color Harmonies of #CB0541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0541

Black with #CB0541

Text Example


Text Example

White with #CB0541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0541; }

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

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

background-color css

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

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

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

border-color css

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

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

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