Html Css Color HEX #C70033 Crimson

📋 copy color: '#C70033'

red 199 ◦ green 0 ◦ blue 51

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

Shades of Crimson #C70033

Tints of Crimson #C70033

RGB

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

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

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

R = 79.6%
G = 0%
B = 20.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C70033 (or 0xC70033) is known color: Crimson. HEX triplet: C7, 00 and 33. RGB value is (199,0,51). Sum of RGB (Red+Green+Blue) = 199+0+51=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C70033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70033 is #38FFCC. Grayscale: #414141. Windows color (decimal): -3735501 or 3342535. OLE color: 3342535.

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

Color convert

RGB 199 0 51 -
CMYK 0 1 0.74 0.22
HSL 344.62º 1% 0.39% -
HSV(B) 344.62º 1% 0.78% -
XYZ 24.15 12.38 4.25 -
YUV 65.32 119.93 223.35 -
System Red Green Blue C M Y K H S L
Decimal 199 0 51 0 1 0.74 0.22 344.62 1 0.39
Hex C7 0 33 0 64 4A 16 159 64 27
Octal 307 0 63 0 144 112 26 531 144 47
Binary 11000111 0 110011 0 1100100 1001010 10110 101011001 1100100 100111

Color Harmonies of #C70033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70033

Black with #C70033

Text Example


Text Example

White with #C70033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70033; }

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

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

background-color css

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

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

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

border-color css

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

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

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