Html Css Color HEX #C70341 Crimson

📋 copy color: '#C70341'

red 199 ◦ green 3 ◦ blue 65

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

Shades of Crimson #C70341

Tints of Crimson #C70341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 74.53%
G = 1.12%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C70341 (or 0xC70341) is known color: Crimson. HEX triplet: C7, 03 and 41. RGB value is (199,3,65). Sum of RGB (Red+Green+Blue) = 199+3+65=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C70341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70341 is #38FCBE. Grayscale: #444444. Windows color (decimal): -3734719 or 4260807. OLE color: 4260807.

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

Color convert

RGB 199 3 65 -
CMYK 0 0.98 0.67 0.22
HSL 341.02º 0.97% 0.4% -
HSV(B) 341.02º 0.98% 0.78% -
XYZ 24.54 12.59 6.14 -
YUV 68.67 125.93 220.96 -
System Red Green Blue C M Y K H S L
Decimal 199 3 65 0 0.98 0.67 0.22 341.02 0.97 0.4
Hex C7 3 41 0 62 43 16 155 61 28
Octal 307 3 101 0 142 103 26 525 141 50
Binary 11000111 11 1000001 0 1100010 1000011 10110 101010101 1100001 101000

Color Harmonies of #C70341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70341

Black with #C70341

Text Example


Text Example

White with #C70341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70341; }

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

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

background-color css

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

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

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

border-color css

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

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

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