Html Css Color HEX #C6003D Crimson

📋 copy color: '#C6003D'

red 198 ◦ green 0 ◦ blue 61

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

Shades of Crimson #C6003D

Tints of Crimson #C6003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.55%

R = 76.45%
G = 0%
B = 23.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6003D (or 0xC6003D) is known color: Crimson. HEX triplet: C6, 00 and 3D. RGB value is (198,0,61). Sum of RGB (Red+Green+Blue) = 198+0+61=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C6003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6003D is #39FFC2. Grayscale: #424242. Windows color (decimal): -3801027 or 3997894. OLE color: 3997894.

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

Color convert

RGB 198 0 61 -
CMYK 0 1 0.69 0.22
HSL 341.52º 1% 0.39% -
HSV(B) 341.52º 1% 0.78% -
XYZ 24.13 12.34 5.53 -
YUV 66.16 125.1 222.04 -
System Red Green Blue C M Y K H S L
Decimal 198 0 61 0 1 0.69 0.22 341.52 1 0.39
Hex C6 0 3D 0 64 45 16 156 64 27
Octal 306 0 75 0 144 105 26 526 144 47
Binary 11000110 0 111101 0 1100100 1000101 10110 101010110 1100100 100111

Color Harmonies of #C6003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6003D

Black with #C6003D

Text Example


Text Example

White with #C6003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6003D; }

 p { color: rgb(198,0,61); }

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

background-color css

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

 a { background-color: rgb(198,0,61); }

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

border-color css

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

 span { border-color: rgb(198,0,61); }

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