Html Css Color HEX #C6023B Crimson

📋 copy color: '#C6023B'

red 198 ◦ green 2 ◦ blue 59

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

Shades of Crimson #C6023B

Tints of Crimson #C6023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 59 (23.44% from 255) = 22.78%

R = 76.45%
G = 0.77%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6023B (or 0xC6023B) is known color: Crimson. HEX triplet: C6, 02 and 3B. RGB value is (198,2,59). Sum of RGB (Red+Green+Blue) = 198+2+59=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C6023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6023B is #39FDC4. Grayscale: #434343. Windows color (decimal): -3800517 or 3867334. OLE color: 3867334.

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

Color convert

RGB 198 2 59 -
CMYK 0 0.99 0.70 0.22
HSL 342.55º 0.98% 0.39% -
HSV(B) 342.55º 0.99% 0.78% -
XYZ 24.1 12.36 5.25 -
YUV 67.1 123.43 221.37 -
System Red Green Blue C M Y K H S L
Decimal 198 2 59 0 0.99 0.70 0.22 342.55 0.98 0.39
Hex C6 2 3B 0 63 46 16 157 62 27
Octal 306 2 73 0 143 106 26 527 142 47
Binary 11000110 10 111011 0 1100011 1000110 10110 101010111 1100010 100111

Color Harmonies of #C6023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6023B

Black with #C6023B

Text Example


Text Example

White with #C6023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6023B; }

 p { color: rgb(198,2,59); }

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

background-color css

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

 a { background-color: rgb(198,2,59); }

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

border-color css

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

 span { border-color: rgb(198,2,59); }

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