Html Css Color HEX #CB073B Crimson

📋 copy color: '#CB073B'

red 203 ◦ green 7 ◦ blue 59

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

Shades of Crimson #CB073B

Tints of Crimson #CB073B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.93%

R = 75.46%
G = 2.6%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB073B (or 0xCB073B) is known color: Crimson. HEX triplet: CB, 07 and 3B. RGB value is (203,7,59). Sum of RGB (Red+Green+Blue) = 203+7+59=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB073B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB073B is #34F8C4. Grayscale: #474747. Windows color (decimal): -3471557 or 3868619. OLE color: 3868619.

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

Color convert

RGB 203 7 59 -
CMYK 0 0.97 0.71 0.20
HSL 344.08º 0.93% 0.41% -
HSV(B) 344.08º 0.97% 0.8% -
XYZ 25.49 13.16 5.33 -
YUV 71.53 120.93 221.77 -
System Red Green Blue C M Y K H S L
Decimal 203 7 59 0 0.97 0.71 0.20 344.08 0.93 0.41
Hex CB 7 3B 0 61 47 14 158 5D 29
Octal 313 7 73 0 141 107 24 530 135 51
Binary 11001011 111 111011 0 1100001 1000111 10100 101011000 1011101 101001

Color Harmonies of #CB073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB073B

Black with #CB073B

Text Example


Text Example

White with #CB073B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB073B; }

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

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

background-color css

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

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

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

border-color css

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

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

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