Html Css Color HEX #C60038 Crimson

📋 copy color: '#C60038'

red 198 ◦ green 0 ◦ blue 56

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

Shades of Crimson #C60038

Tints of Crimson #C60038

RGB

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

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

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

R = 77.95%
G = 0%
B = 22.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C60038 (or 0xC60038) is known color: Crimson. HEX triplet: C6, 00 and 38. RGB value is (198,0,56). Sum of RGB (Red+Green+Blue) = 198+0+56=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C60038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60038 is #39FFC7. Grayscale: #414141. Windows color (decimal): -3801032 or 3670214. OLE color: 3670214.

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

Color convert

RGB 198 0 56 -
CMYK 0 1 0.72 0.22
HSL 343.03º 1% 0.39% -
HSV(B) 343.03º 1% 0.78% -
XYZ 24 12.29 4.85 -
YUV 65.59 122.6 222.45 -
System Red Green Blue C M Y K H S L
Decimal 198 0 56 0 1 0.72 0.22 343.03 1 0.39
Hex C6 0 38 0 64 48 16 157 64 27
Octal 306 0 70 0 144 110 26 527 144 47
Binary 11000110 0 111000 0 1100100 1001000 10110 101010111 1100100 100111

Color Harmonies of #C60038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60038

Black with #C60038

Text Example


Text Example

White with #C60038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60038; }

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

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

background-color css

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

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

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

border-color css

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

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

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