Html Css Color HEX #CF0D5C Ruby

📋 copy color: '#CF0D5C'

red 207 ◦ green 13 ◦ blue 92

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

Shades of Ruby #CF0D5C

Tints of Ruby #CF0D5C

RGB

 RED value IS 207 (81.25% from 255) = 66.35%

 GREEN value IS 13 (5.47% from 255) = 4.17%

 BLUE value IS 92 (36.33% from 255) = 29.49%

R = 66.35%
G = 4.17%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF0D5C (or 0xCF0D5C) is known color: Ruby. HEX triplet: CF, 0D and 5C. RGB value is (207,13,92). Sum of RGB (Red+Green+Blue) = 207+13+92=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0D5C is #30F2A3. Grayscale: #4F4F4F. Windows color (decimal): -3207844 or 6032847. OLE color: 6032847.

HSL color Cylindrical-coordinate representation of color #CF0D5C: hue angle of 335.57º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0D5C is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 13 92 -
CMYK 0 0.94 0.56 0.19
HSL 335.57º 0.88% 0.43% -
HSV(B) 335.57º 0.94% 0.81% -
XYZ 27.81 14.33 11.42 -
YUV 80.01 134.77 218.58 -
System Red Green Blue C M Y K H S L
Decimal 207 13 92 0 0.94 0.56 0.19 335.57 0.88 0.43
Hex CF D 5C 0 5E 38 13 150 58 2B
Octal 317 15 134 0 136 70 23 520 130 53
Binary 11001111 1101 1011100 0 1011110 111000 10011 101010000 1011000 101011

Color Harmonies of #CF0D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D5C

Black with #CF0D5C

Text Example


Text Example

White with #CF0D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D5C; }

 p { color: rgb(207,13,92); }

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

background-color css

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

 a { background-color: rgb(207,13,92); }

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

border-color css

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

 span { border-color: rgb(207,13,92); }

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