Html Css Color HEX #CB0746 Crimson

📋 copy color: '#CB0746'

red 203 ◦ green 7 ◦ blue 70

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

Shades of Crimson #CB0746

Tints of Crimson #CB0746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.5%

 BLUE value IS 70 (27.73% from 255) = 25%

R = 72.5%
G = 2.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB0746 (or 0xCB0746) is known color: Crimson. HEX triplet: CB, 07 and 46. RGB value is (203,7,70). Sum of RGB (Red+Green+Blue) = 203+7+70=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0746 is #34F8B9. Grayscale: #484848. Windows color (decimal): -3471546 or 4589515. OLE color: 4589515.

HSL color Cylindrical-coordinate representation of color #CB0746: hue angle of 340.71º degrees, saturation: 0.93, 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 #CB0746 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 7 70 -
CMYK 0 0.97 0.66 0.20
HSL 340.71º 0.93% 0.41% -
HSV(B) 340.71º 0.97% 0.8% -
XYZ 25.81 13.29 7 -
YUV 72.79 126.43 220.88 -
System Red Green Blue C M Y K H S L
Decimal 203 7 70 0 0.97 0.66 0.20 340.71 0.93 0.41
Hex CB 7 46 0 61 42 14 155 5D 29
Octal 313 7 106 0 141 102 24 525 135 51
Binary 11001011 111 1000110 0 1100001 1000010 10100 101010101 1011101 101001

Color Harmonies of #CB0746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0746

Black with #CB0746

Text Example


Text Example

White with #CB0746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0746; }

 p { color: rgb(203,7,70); }

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

background-color css

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

 a { background-color: rgb(203,7,70); }

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

border-color css

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

 span { border-color: rgb(203,7,70); }

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