Html Css Color HEX #C70233 Crimson

📋 copy color: '#C70233'

red 199 ◦ green 2 ◦ blue 51

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

Shades of Crimson #C70233

Tints of Crimson #C70233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 78.97%
G = 0.79%
B = 20.24%

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

#C70233 (or 0xC70233) is known color: Crimson. HEX triplet: C7, 02 and 33. RGB value is (199,2,51). Sum of RGB (Red+Green+Blue) = 199+2+51=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C70233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70233 is #38FDCC. Grayscale: #424242. Windows color (decimal): -3734989 or 3343047. OLE color: 3343047.

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

Color convert

RGB 199 2 51 -
CMYK 0 0.99 0.74 0.22
HSL 345.08º 0.98% 0.39% -
HSV(B) 345.08º 0.99% 0.78% -
XYZ 24.17 12.42 4.26 -
YUV 66.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 199 2 51 0 0.99 0.74 0.22 345.08 0.98 0.39
Hex C7 2 33 0 63 4A 16 159 62 27
Octal 307 2 63 0 143 112 26 531 142 47
Binary 11000111 10 110011 0 1100011 1001010 10110 101011001 1100010 100111

Color Harmonies of #C70233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70233

Black with #C70233

Text Example


Text Example

White with #C70233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70233; }

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

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

background-color css

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

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

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

border-color css

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

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

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