Html Css Color HEX #C70035 Crimson

📋 copy color: '#C70035'

red 199 ◦ green 0 ◦ blue 53

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

Shades of Crimson #C70035

Tints of Crimson #C70035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 21.03%

R = 78.97%
G = 0%
B = 21.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C70035 (or 0xC70035) is known color: Crimson. HEX triplet: C7, 00 and 35. RGB value is (199,0,53). Sum of RGB (Red+Green+Blue) = 199+0+53=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C70035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70035 is #38FFCA. Grayscale: #414141. Windows color (decimal): -3735499 or 3473607. OLE color: 3473607.

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

Color convert

RGB 199 0 53 -
CMYK 0 1 0.73 0.22
HSL 344.02º 1% 0.39% -
HSV(B) 344.02º 1% 0.78% -
XYZ 24.2 12.4 4.49 -
YUV 65.54 120.93 223.19 -
System Red Green Blue C M Y K H S L
Decimal 199 0 53 0 1 0.73 0.22 344.02 1 0.39
Hex C7 0 35 0 64 49 16 158 64 27
Octal 307 0 65 0 144 111 26 530 144 47
Binary 11000111 0 110101 0 1100100 1001001 10110 101011000 1100100 100111

Color Harmonies of #C70035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70035

Black with #C70035

Text Example


Text Example

White with #C70035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70035; }

 p { color: rgb(199,0,53); }

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

background-color css

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

 a { background-color: rgb(199,0,53); }

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

border-color css

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

 span { border-color: rgb(199,0,53); }

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