Html Css Color HEX #CB073F Crimson

📋 copy color: '#CB073F'

red 203 ◦ green 7 ◦ blue 63

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

Shades of Crimson #CB073F

Tints of Crimson #CB073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.08%

R = 74.36%
G = 2.56%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB073F (or 0xCB073F) is known color: Crimson. HEX triplet: CB, 07 and 3F. RGB value is (203,7,63). Sum of RGB (Red+Green+Blue) = 203+7+63=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB073F is #34F8C0. Grayscale: #474747. Windows color (decimal): -3471553 or 4130763. OLE color: 4130763.

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

Color convert

RGB 203 7 63 -
CMYK 0 0.97 0.69 0.20
HSL 342.86º 0.93% 0.41% -
HSV(B) 342.86º 0.97% 0.8% -
XYZ 25.6 13.21 5.9 -
YUV 71.99 122.93 221.45 -
System Red Green Blue C M Y K H S L
Decimal 203 7 63 0 0.97 0.69 0.20 342.86 0.93 0.41
Hex CB 7 3F 0 61 45 14 157 5D 29
Octal 313 7 77 0 141 105 24 527 135 51
Binary 11001011 111 111111 0 1100001 1000101 10100 101010111 1011101 101001

Color Harmonies of #CB073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB073F

Black with #CB073F

Text Example


Text Example

White with #CB073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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