Html Css Color HEX #C7003D Crimson

📋 copy color: '#C7003D'

red 199 ◦ green 0 ◦ blue 61

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

Shades of Crimson #C7003D

Tints of Crimson #C7003D

RGB

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

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

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

R = 76.54%
G = 0%
B = 23.46%

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

#C7003D (or 0xC7003D) is known color: Crimson. HEX triplet: C7, 00 and 3D. RGB value is (199,0,61). Sum of RGB (Red+Green+Blue) = 199+0+61=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C7003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7003D is #38FFC2. Grayscale: #424242. Windows color (decimal): -3735491 or 3997895. OLE color: 3997895.

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

Color convert

RGB 199 0 61 -
CMYK 0 1 0.69 0.22
HSL 341.61º 1% 0.39% -
HSV(B) 341.61º 1% 0.78% -
XYZ 24.4 12.48 5.54 -
YUV 66.46 124.93 222.54 -
System Red Green Blue C M Y K H S L
Decimal 199 0 61 0 1 0.69 0.22 341.61 1 0.39
Hex C7 0 3D 0 64 45 16 156 64 27
Octal 307 0 75 0 144 105 26 526 144 47
Binary 11000111 0 111101 0 1100100 1000101 10110 101010110 1100100 100111

Color Harmonies of #C7003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7003D

Black with #C7003D

Text Example


Text Example

White with #C7003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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