Html Css Color HEX #C70743 Crimson

📋 copy color: '#C70743'

red 199 ◦ green 7 ◦ blue 67

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

Shades of Crimson #C70743

Tints of Crimson #C70743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.54%

R = 72.89%
G = 2.56%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C70743 (or 0xC70743) is known color: Crimson. HEX triplet: C7, 07 and 43. RGB value is (199,7,67). Sum of RGB (Red+Green+Blue) = 199+7+67=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C70743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70743 is #38F8BC. Grayscale: #474747. Windows color (decimal): -3733693 or 4392903. OLE color: 4392903.

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

Color convert

RGB 199 7 67 -
CMYK 0 0.96 0.66 0.22
HSL 341.25º 0.93% 0.4% -
HSV(B) 341.25º 0.96% 0.78% -
XYZ 24.64 12.7 6.46 -
YUV 71.25 125.61 219.12 -
System Red Green Blue C M Y K H S L
Decimal 199 7 67 0 0.96 0.66 0.22 341.25 0.93 0.4
Hex C7 7 43 0 60 42 16 155 5D 28
Octal 307 7 103 0 140 102 26 525 135 50
Binary 11000111 111 1000011 0 1100000 1000010 10110 101010101 1011101 101000

Color Harmonies of #C70743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70743

Black with #C70743

Text Example


Text Example

White with #C70743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70743; }

 p { color: rgb(199,7,67); }

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

background-color css

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

 a { background-color: rgb(199,7,67); }

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

border-color css

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

 span { border-color: rgb(199,7,67); }

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