Html Css Color HEX #C4025D Ruby

📋 copy color: '#C4025D'

red 196 ◦ green 2 ◦ blue 93

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

Shades of Ruby #C4025D

Tints of Ruby #C4025D

RGB

 RED value IS 196 (76.95% from 255) = 67.35%

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

 BLUE value IS 93 (36.72% from 255) = 31.96%

R = 67.35%
G = 0.69%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4025D (or 0xC4025D) is known color: Ruby. HEX triplet: C4, 02 and 5D. RGB value is (196,2,93). Sum of RGB (Red+Green+Blue) = 196+2+93=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4025D is #3BFDA2. Grayscale: #464646. Windows color (decimal): -3931555 or 6095556. OLE color: 6095556.

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

Color convert

RGB 196 2 93 -
CMYK 0 0.99 0.53 0.23
HSL 331.86º 0.98% 0.39% -
HSV(B) 331.86º 0.99% 0.77% -
XYZ 24.76 12.57 11.48 -
YUV 70.38 140.77 217.6 -
System Red Green Blue C M Y K H S L
Decimal 196 2 93 0 0.99 0.53 0.23 331.86 0.98 0.39
Hex C4 2 5D 0 63 35 17 14C 62 27
Octal 304 2 135 0 143 65 27 514 142 47
Binary 11000100 10 1011101 0 1100011 110101 10111 101001100 1100010 100111

Color Harmonies of #C4025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4025D

Black with #C4025D

Text Example


Text Example

White with #C4025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4025D; }

 p { color: rgb(196,2,93); }

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

background-color css

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

 a { background-color: rgb(196,2,93); }

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

border-color css

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

 span { border-color: rgb(196,2,93); }

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