Html Css Color HEX #C70443 Crimson

📋 copy color: '#C70443'

red 199 ◦ green 4 ◦ blue 67

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

Shades of Crimson #C70443

Tints of Crimson #C70443

RGB

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

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

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

R = 73.7%
G = 1.48%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C70443 (or 0xC70443) is known color: Crimson. HEX triplet: C7, 04 and 43. RGB value is (199,4,67). Sum of RGB (Red+Green+Blue) = 199+4+67=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C70443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70443 is #38FBBC. Grayscale: #454545. Windows color (decimal): -3734461 or 4392135. OLE color: 4392135.

HSL color Cylindrical-coordinate representation of color #C70443: hue angle of 340.62º 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 #C70443 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 4 67 -
CMYK 0 0.98 0.66 0.22
HSL 340.62º 0.96% 0.4% -
HSV(B) 340.62º 0.98% 0.78% -
XYZ 24.61 12.63 6.45 -
YUV 69.49 126.6 220.38 -
System Red Green Blue C M Y K H S L
Decimal 199 4 67 0 0.98 0.66 0.22 340.62 0.96 0.4
Hex C7 4 43 0 62 42 16 155 60 28
Octal 307 4 103 0 142 102 26 525 140 50
Binary 11000111 100 1000011 0 1100010 1000010 10110 101010101 1100000 101000

Color Harmonies of #C70443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70443

Black with #C70443

Text Example


Text Example

White with #C70443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70443; }

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

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

background-color css

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

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

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

border-color css

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

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

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