Html Css Color HEX #C70338 Crimson

📋 copy color: '#C70338'

red 199 ◦ green 3 ◦ blue 56

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

Shades of Crimson #C70338

Tints of Crimson #C70338

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 56 (22.27% from 255) = 21.71%

R = 77.13%
G = 1.16%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C70338 (or 0xC70338) is known color: Crimson. HEX triplet: C7, 03 and 38. RGB value is (199,3,56). Sum of RGB (Red+Green+Blue) = 199+3+56=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C70338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70338 is #38FCC7. Grayscale: #434343. Windows color (decimal): -3734728 or 3670983. OLE color: 3670983.

HSL color Cylindrical-coordinate representation of color #C70338: hue angle of 343.78º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70338 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 56 -
CMYK 0 0.98 0.72 0.22
HSL 343.78º 0.97% 0.4% -
HSV(B) 343.78º 0.98% 0.78% -
XYZ 24.3 12.49 4.87 -
YUV 67.65 121.43 221.69 -
System Red Green Blue C M Y K H S L
Decimal 199 3 56 0 0.98 0.72 0.22 343.78 0.97 0.4
Hex C7 3 38 0 62 48 16 158 61 28
Octal 307 3 70 0 142 110 26 530 141 50
Binary 11000111 11 111000 0 1100010 1001000 10110 101011000 1100001 101000

Color Harmonies of #C70338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70338

Black with #C70338

Text Example


Text Example

White with #C70338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70338; }

 p { color: rgb(199,3,56); }

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

background-color css

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

 a { background-color: rgb(199,3,56); }

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

border-color css

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

 span { border-color: rgb(199,3,56); }

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