Html Css Color HEX #C6054B Crimson

📋 copy color: '#C6054B'

red 198 ◦ green 5 ◦ blue 75

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

Shades of Crimson #C6054B

Tints of Crimson #C6054B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.98%

R = 71.22%
G = 1.8%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6054B (or 0xC6054B) is known color: Crimson. HEX triplet: C6, 05 and 4B. RGB value is (198,5,75). Sum of RGB (Red+Green+Blue) = 198+5+75=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C6054B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6054B is #39FAB4. Grayscale: #464646. Windows color (decimal): -3799733 or 4916678. OLE color: 4916678.

HSL color Cylindrical-coordinate representation of color #C6054B: hue angle of 338.24º degrees, saturation: 0.95, 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 #C6054B is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 75 -
CMYK 0 0.97 0.62 0.22
HSL 338.24º 0.95% 0.4% -
HSV(B) 338.24º 0.97% 0.78% -
XYZ 24.61 12.62 7.8 -
YUV 70.69 130.44 218.81 -
System Red Green Blue C M Y K H S L
Decimal 198 5 75 0 0.97 0.62 0.22 338.24 0.95 0.4
Hex C6 5 4B 0 61 3E 16 152 5F 28
Octal 306 5 113 0 141 76 26 522 137 50
Binary 11000110 101 1001011 0 1100001 111110 10110 101010010 1011111 101000

Color Harmonies of #C6054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6054B

Black with #C6054B

Text Example


Text Example

White with #C6054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6054B; }

 p { color: rgb(198,5,75); }

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

background-color css

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

 a { background-color: rgb(198,5,75); }

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

border-color css

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

 span { border-color: rgb(198,5,75); }

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