Html Css Color HEX #C6033E Crimson

📋 copy color: '#C6033E'

red 198 ◦ green 3 ◦ blue 62

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

Shades of Crimson #C6033E

Tints of Crimson #C6033E

RGB

 RED value IS 198 (77.73% from 255) = 75.29%

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

 BLUE value IS 62 (24.61% from 255) = 23.57%

R = 75.29%
G = 1.14%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6033E (or 0xC6033E) is known color: Crimson. HEX triplet: C6, 03 and 3E. RGB value is (198,3,62). Sum of RGB (Red+Green+Blue) = 198+3+62=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C6033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6033E is #39FCC1. Grayscale: #434343. Windows color (decimal): -3800258 or 4064198. OLE color: 4064198.

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

Color convert

RGB 198 3 62 -
CMYK 0 0.98 0.69 0.22
HSL 341.85º 0.97% 0.39% -
HSV(B) 341.85º 0.98% 0.78% -
XYZ 24.19 12.42 5.68 -
YUV 68.03 124.6 220.7 -
System Red Green Blue C M Y K H S L
Decimal 198 3 62 0 0.98 0.69 0.22 341.85 0.97 0.39
Hex C6 3 3E 0 62 45 16 156 61 27
Octal 306 3 76 0 142 105 26 526 141 47
Binary 11000110 11 111110 0 1100010 1000101 10110 101010110 1100001 100111

Color Harmonies of #C6033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6033E

Black with #C6033E

Text Example


Text Example

White with #C6033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6033E; }

 p { color: rgb(198,3,62); }

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

background-color css

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

 a { background-color: rgb(198,3,62); }

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

border-color css

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

 span { border-color: rgb(198,3,62); }

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