Html Css Color HEX #CB073C Crimson

📋 copy color: '#CB073C'

red 203 ◦ green 7 ◦ blue 60

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

Shades of Crimson #CB073C

Tints of Crimson #CB073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.22%

R = 75.19%
G = 2.59%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB073C (or 0xCB073C) is known color: Crimson. HEX triplet: CB, 07 and 3C. RGB value is (203,7,60). Sum of RGB (Red+Green+Blue) = 203+7+60=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB073C is #34F8C3. Grayscale: #474747. Windows color (decimal): -3471556 or 3934155. OLE color: 3934155.

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

Color convert

RGB 203 7 60 -
CMYK 0 0.97 0.70 0.20
HSL 343.78º 0.93% 0.41% -
HSV(B) 343.78º 0.97% 0.8% -
XYZ 25.52 13.17 5.47 -
YUV 71.65 121.43 221.69 -
System Red Green Blue C M Y K H S L
Decimal 203 7 60 0 0.97 0.70 0.20 343.78 0.93 0.41
Hex CB 7 3C 0 61 46 14 158 5D 29
Octal 313 7 74 0 141 106 24 530 135 51
Binary 11001011 111 111100 0 1100001 1000110 10100 101011000 1011101 101001

Color Harmonies of #CB073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB073C

Black with #CB073C

Text Example


Text Example

White with #CB073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB073C; }

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

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

background-color css

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

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

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

border-color css

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

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

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