Html Css Color HEX #C70236 Crimson

📋 copy color: '#C70236'

red 199 ◦ green 2 ◦ blue 54

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

Shades of Crimson #C70236

Tints of Crimson #C70236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 54 (21.48% from 255) = 21.18%

R = 78.04%
G = 0.78%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C70236 (or 0xC70236) is known color: Crimson. HEX triplet: C7, 02 and 36. RGB value is (199,2,54). Sum of RGB (Red+Green+Blue) = 199+2+54=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C70236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70236 is #38FDC9. Grayscale: #424242. Windows color (decimal): -3734986 or 3539655. OLE color: 3539655.

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

Color convert

RGB 199 2 54 -
CMYK 0 0.99 0.73 0.22
HSL 344.16º 0.98% 0.39% -
HSV(B) 344.16º 0.99% 0.78% -
XYZ 24.24 12.45 4.62 -
YUV 66.83 120.77 222.27 -
System Red Green Blue C M Y K H S L
Decimal 199 2 54 0 0.99 0.73 0.22 344.16 0.98 0.39
Hex C7 2 36 0 63 49 16 158 62 27
Octal 307 2 66 0 143 111 26 530 142 47
Binary 11000111 10 110110 0 1100011 1001001 10110 101011000 1100010 100111

Color Harmonies of #C70236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70236

Black with #C70236

Text Example


Text Example

White with #C70236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70236; }

 p { color: rgb(199,2,54); }

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

background-color css

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

 a { background-color: rgb(199,2,54); }

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

border-color css

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

 span { border-color: rgb(199,2,54); }

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