Html Css Color HEX #C8063D Crimson

📋 copy color: '#C8063D'

red 200 ◦ green 6 ◦ blue 61

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

Shades of Crimson #C8063D

Tints of Crimson #C8063D

RGB

 RED value IS 200 (78.52% from 255) = 74.91%

 GREEN value IS 6 (2.73% from 255) = 2.25%

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

R = 74.91%
G = 2.25%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8063D (or 0xC8063D) is known color: Crimson. HEX triplet: C8, 06 and 3D. RGB value is (200,6,61). Sum of RGB (Red+Green+Blue) = 200+6+61=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C8063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8063D is #37F9C2. Grayscale: #464646. Windows color (decimal): -3668419 or 3999432. OLE color: 3999432.

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

Color convert

RGB 200 6 61 -
CMYK 0 0.97 0.69 0.22
HSL 342.99º 0.94% 0.4% -
HSV(B) 342.99º 0.97% 0.78% -
XYZ 24.73 12.75 5.57 -
YUV 70.28 122.77 220.53 -
System Red Green Blue C M Y K H S L
Decimal 200 6 61 0 0.97 0.69 0.22 342.99 0.94 0.4
Hex C8 6 3D 0 61 45 16 157 5E 28
Octal 310 6 75 0 141 105 26 527 136 50
Binary 11001000 110 111101 0 1100001 1000101 10110 101010111 1011110 101000

Color Harmonies of #C8063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8063D

Black with #C8063D

Text Example


Text Example

White with #C8063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8063D; }

 p { color: rgb(200,6,61); }

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

background-color css

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

 a { background-color: rgb(200,6,61); }

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

border-color css

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

 span { border-color: rgb(200,6,61); }

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