Html Css Color HEX #C70343 Crimson

📋 copy color: '#C70343'

red 199 ◦ green 3 ◦ blue 67

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

Shades of Crimson #C70343

Tints of Crimson #C70343

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 73.98%
G = 1.12%
B = 24.91%

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

#C70343 (or 0xC70343) is known color: Crimson. HEX triplet: C7, 03 and 43. RGB value is (199,3,67). Sum of RGB (Red+Green+Blue) = 199+3+67=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C70343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70343 is #38FCBC. Grayscale: #444444. Windows color (decimal): -3734717 or 4391879. OLE color: 4391879.

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

Color convert

RGB 199 3 67 -
CMYK 0 0.98 0.66 0.22
HSL 340.41º 0.97% 0.4% -
HSV(B) 340.41º 0.98% 0.78% -
XYZ 24.6 12.61 6.45 -
YUV 68.9 126.93 220.8 -
System Red Green Blue C M Y K H S L
Decimal 199 3 67 0 0.98 0.66 0.22 340.41 0.97 0.4
Hex C7 3 43 0 62 42 16 154 61 28
Octal 307 3 103 0 142 102 26 524 141 50
Binary 11000111 11 1000011 0 1100010 1000010 10110 101010100 1100001 101000

Color Harmonies of #C70343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70343

Black with #C70343

Text Example


Text Example

White with #C70343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70343; }

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

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

background-color css

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

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

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

border-color css

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

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

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