Html Css Color HEX #C6033F Crimson

📋 copy color: '#C6033F'

red 198 ◦ green 3 ◦ blue 63

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

Shades of Crimson #C6033F

Tints of Crimson #C6033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.86%

R = 75%
G = 1.14%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6033F (or 0xC6033F) is known color: Crimson. HEX triplet: C6, 03 and 3F. RGB value is (198,3,63). Sum of RGB (Red+Green+Blue) = 198+3+63=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C6033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6033F is #39FCC0. Grayscale: #444444. Windows color (decimal): -3800257 or 4129734. OLE color: 4129734.

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

Color convert

RGB 198 3 63 -
CMYK 0 0.98 0.68 0.22
HSL 341.54º 0.97% 0.39% -
HSV(B) 341.54º 0.98% 0.78% -
XYZ 24.22 12.43 5.83 -
YUV 68.15 125.1 220.62 -
System Red Green Blue C M Y K H S L
Decimal 198 3 63 0 0.98 0.68 0.22 341.54 0.97 0.39
Hex C6 3 3F 0 62 44 16 156 61 27
Octal 306 3 77 0 142 104 26 526 141 47
Binary 11000110 11 111111 0 1100010 1000100 10110 101010110 1100001 100111

Color Harmonies of #C6033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6033F

Black with #C6033F

Text Example


Text Example

White with #C6033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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