Html Css Color HEX #C70234 Crimson

📋 copy color: '#C70234'

red 199 ◦ green 2 ◦ blue 52

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

Shades of Crimson #C70234

Tints of Crimson #C70234

RGB

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

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

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

R = 78.66%
G = 0.79%
B = 20.55%

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

#C70234 (or 0xC70234) is known color: Crimson. HEX triplet: C7, 02 and 34. RGB value is (199,2,52). Sum of RGB (Red+Green+Blue) = 199+2+52=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C70234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70234 is #38FDCB. Grayscale: #424242. Windows color (decimal): -3734988 or 3408583. OLE color: 3408583.

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

Color convert

RGB 199 2 52 -
CMYK 0 0.99 0.74 0.22
HSL 344.77º 0.98% 0.39% -
HSV(B) 344.77º 0.99% 0.78% -
XYZ 24.19 12.43 4.37 -
YUV 66.6 119.77 222.43 -
System Red Green Blue C M Y K H S L
Decimal 199 2 52 0 0.99 0.74 0.22 344.77 0.98 0.39
Hex C7 2 34 0 63 4A 16 159 62 27
Octal 307 2 64 0 143 112 26 531 142 47
Binary 11000111 10 110100 0 1100011 1001010 10110 101011001 1100010 100111

Color Harmonies of #C70234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70234

Black with #C70234

Text Example


Text Example

White with #C70234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70234; }

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

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

background-color css

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

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

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

border-color css

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

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

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