Html Css Color HEX #C70235 Crimson

📋 copy color: '#C70235'

red 199 ◦ green 2 ◦ blue 53

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

Shades of Crimson #C70235

Tints of Crimson #C70235

RGB

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

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

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

R = 78.35%
G = 0.79%
B = 20.87%

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

#C70235 (or 0xC70235) is known color: Crimson. HEX triplet: C7, 02 and 35. RGB value is (199,2,53). Sum of RGB (Red+Green+Blue) = 199+2+53=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C70235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70235 is #38FDCA. Grayscale: #424242. Windows color (decimal): -3734987 or 3474119. OLE color: 3474119.

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

Color convert

RGB 199 2 53 -
CMYK 0 0.99 0.73 0.22
HSL 344.47º 0.98% 0.39% -
HSV(B) 344.47º 0.99% 0.78% -
XYZ 24.22 12.44 4.49 -
YUV 66.72 120.27 222.35 -
System Red Green Blue C M Y K H S L
Decimal 199 2 53 0 0.99 0.73 0.22 344.47 0.98 0.39
Hex C7 2 35 0 63 49 16 158 62 27
Octal 307 2 65 0 143 111 26 530 142 47
Binary 11000111 10 110101 0 1100011 1001001 10110 101011000 1100010 100111

Color Harmonies of #C70235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70235

Black with #C70235

Text Example


Text Example

White with #C70235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70235; }

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

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

background-color css

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

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

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

border-color css

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

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

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