Html Css Color HEX #CB0640 Crimson

📋 copy color: '#CB0640'

red 203 ◦ green 6 ◦ blue 64

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

Shades of Crimson #CB0640

Tints of Crimson #CB0640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

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

R = 74.36%
G = 2.2%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB0640 (or 0xCB0640) is known color: Crimson. HEX triplet: CB, 06 and 40. RGB value is (203,6,64). Sum of RGB (Red+Green+Blue) = 203+6+64=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0640 is #34F9BF. Grayscale: #474747. Windows color (decimal): -3471808 or 4196043. OLE color: 4196043.

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

Color convert

RGB 203 6 64 -
CMYK 0 0.97 0.68 0.20
HSL 342.34º 0.94% 0.41% -
HSV(B) 342.34º 0.97% 0.8% -
XYZ 25.62 13.2 6.05 -
YUV 71.52 123.77 221.78 -
System Red Green Blue C M Y K H S L
Decimal 203 6 64 0 0.97 0.68 0.20 342.34 0.94 0.41
Hex CB 6 40 0 61 44 14 156 5E 29
Octal 313 6 100 0 141 104 24 526 136 51
Binary 11001011 110 1000000 0 1100001 1000100 10100 101010110 1011110 101001

Color Harmonies of #CB0640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0640

Black with #CB0640

Text Example


Text Example

White with #CB0640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0640; }

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

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

background-color css

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

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

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

border-color css

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

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

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