Html Css Color HEX #C7043B Crimson

📋 copy color: '#C7043B'

red 199 ◦ green 4 ◦ blue 59

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

Shades of Crimson #C7043B

Tints of Crimson #C7043B

RGB

 RED value IS 199 (78.13% from 255) = 75.95%

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 75.95%
G = 1.53%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7043B (or 0xC7043B) is known color: Crimson. HEX triplet: C7, 04 and 3B. RGB value is (199,4,59). Sum of RGB (Red+Green+Blue) = 199+4+59=262 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.95% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 199 - color contains mainly: red. Hex color #C7043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7043B is #38FBC4. Grayscale: #444444. Windows color (decimal): -3734469 or 3867847. OLE color: 3867847.

HSL color Cylindrical-coordinate representation of color #C7043B: hue angle of 343.08º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7043B is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 4 59 -
CMYK 0 0.98 0.70 0.22
HSL 343.08º 0.96% 0.4% -
HSV(B) 343.08º 0.98% 0.78% -
XYZ 24.39 12.54 5.27 -
YUV 68.58 122.6 221.03 -
System Red Green Blue C M Y K H S L
Decimal 199 4 59 0 0.98 0.70 0.22 343.08 0.96 0.4
Hex C7 4 3B 0 62 46 16 157 60 28
Octal 307 4 73 0 142 106 26 527 140 50
Binary 11000111 100 111011 0 1100010 1000110 10110 101010111 1100000 101000

Color Harmonies of #C7043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7043B

Black with #C7043B

Text Example


Text Example

White with #C7043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7043B; }

 p { color: rgb(199,4,59); }

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

background-color css

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

 a { background-color: rgb(199,4,59); }

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

border-color css

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

 span { border-color: rgb(199,4,59); }

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