Html Css Color HEX #C70134 Crimson

📋 copy color: '#C70134'

red 199 ◦ green 1 ◦ blue 52

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

Shades of Crimson #C70134

Tints of Crimson #C70134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 52 (20.7% from 255) = 20.63%

R = 78.97%
G = 0.4%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C70134 (or 0xC70134) is known color: Crimson. HEX triplet: C7, 01 and 34. RGB value is (199,1,52). Sum of RGB (Red+Green+Blue) = 199+1+52=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C70134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70134 is #38FECB. Grayscale: #424242. Windows color (decimal): -3735244 or 3408327. OLE color: 3408327.

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

Color convert

RGB 199 1 52 -
CMYK 0 0.99 0.74 0.22
HSL 344.55º 0.99% 0.39% -
HSV(B) 344.55º 0.99% 0.78% -
XYZ 24.18 12.41 4.37 -
YUV 66.02 120.1 222.85 -
System Red Green Blue C M Y K H S L
Decimal 199 1 52 0 0.99 0.74 0.22 344.55 0.99 0.39
Hex C7 1 34 0 63 4A 16 159 63 27
Octal 307 1 64 0 143 112 26 531 143 47
Binary 11000111 1 110100 0 1100011 1001010 10110 101011001 1100011 100111

Color Harmonies of #C70134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70134

Black with #C70134

Text Example


Text Example

White with #C70134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70134; }

 p { color: rgb(199,1,52); }

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

background-color css

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

 a { background-color: rgb(199,1,52); }

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

border-color css

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

 span { border-color: rgb(199,1,52); }

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