Html Css Color HEX #C8054A Crimson

📋 copy color: '#C8054A'

red 200 ◦ green 5 ◦ blue 74

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

Shades of Crimson #C8054A

Tints of Crimson #C8054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

 BLUE value IS 74 (29.3% from 255) = 26.52%

R = 71.68%
G = 1.79%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8054A (or 0xC8054A) is known color: Crimson. HEX triplet: C8, 05 and 4A. RGB value is (200,5,74). Sum of RGB (Red+Green+Blue) = 200+5+74=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C8054A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8054A is #37FAB5. Grayscale: #474747. Windows color (decimal): -3668662 or 4851144. OLE color: 4851144.

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

Color convert

RGB 200 5 74 -
CMYK 0 0.98 0.63 0.22
HSL 338.77º 0.95% 0.4% -
HSV(B) 338.77º 0.98% 0.78% -
XYZ 25.11 12.88 7.64 -
YUV 71.17 129.6 219.89 -
System Red Green Blue C M Y K H S L
Decimal 200 5 74 0 0.98 0.63 0.22 338.77 0.95 0.4
Hex C8 5 4A 0 62 3F 16 153 5F 28
Octal 310 5 112 0 142 77 26 523 137 50
Binary 11001000 101 1001010 0 1100010 111111 10110 101010011 1011111 101000

Color Harmonies of #C8054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8054A

Black with #C8054A

Text Example


Text Example

White with #C8054A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8054A; }

 p { color: rgb(200,5,74); }

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

background-color css

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

 a { background-color: rgb(200,5,74); }

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

border-color css

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

 span { border-color: rgb(200,5,74); }

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