Html Css Color HEX #CB0041 Crimson

📋 copy color: '#CB0041'

red 203 ◦ green 0 ◦ blue 65

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

Shades of Crimson #CB0041

Tints of Crimson #CB0041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.75%
G = 0%
B = 24.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB0041 (or 0xCB0041) is known color: Crimson. HEX triplet: CB, 00 and 41. RGB value is (203,0,65). Sum of RGB (Red+Green+Blue) = 203+0+65=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0041 is #34FFBE. Grayscale: #444444. Windows color (decimal): -3473343 or 4260043. OLE color: 4260043.

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

Color convert

RGB 203 0 65 -
CMYK 0 1 0.68 0.20
HSL 340.79º 1% 0.4% -
HSV(B) 340.79º 1% 0.8% -
XYZ 25.58 13.08 6.18 -
YUV 68.11 126.25 224.21 -
System Red Green Blue C M Y K H S L
Decimal 203 0 65 0 1 0.68 0.20 340.79 1 0.4
Hex CB 0 41 0 64 44 14 155 64 28
Octal 313 0 101 0 144 104 24 525 144 50
Binary 11001011 0 1000001 0 1100100 1000100 10100 101010101 1100100 101000

Color Harmonies of #CB0041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0041

Black with #CB0041

Text Example


Text Example

White with #CB0041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0041; }

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

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

background-color css

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

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

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

border-color css

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

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

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