Html Css Color HEX #CF075A Ruby

📋 copy color: '#CF075A'

red 207 ◦ green 7 ◦ blue 90

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

Shades of Ruby #CF075A

Tints of Ruby #CF075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

 BLUE value IS 90 (35.55% from 255) = 29.61%

R = 68.09%
G = 2.3%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF075A (or 0xCF075A) is known color: Ruby. HEX triplet: CF, 07 and 5A. RGB value is (207,7,90). Sum of RGB (Red+Green+Blue) = 207+7+90=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF075A is #30F8A5. Grayscale: #4C4C4C. Windows color (decimal): -3209382 or 5900239. OLE color: 5900239.

HSL color Cylindrical-coordinate representation of color #CF075A: hue angle of 335.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF075A is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 7 90 -
CMYK 0 0.97 0.57 0.19
HSL 335.1º 0.93% 0.42% -
HSV(B) 335.1º 0.97% 0.81% -
XYZ 27.65 14.16 10.95 -
YUV 76.26 135.76 221.25 -
System Red Green Blue C M Y K H S L
Decimal 207 7 90 0 0.97 0.57 0.19 335.1 0.93 0.42
Hex CF 7 5A 0 61 39 13 14F 5D 2A
Octal 317 7 132 0 141 71 23 517 135 52
Binary 11001111 111 1011010 0 1100001 111001 10011 101001111 1011101 101010

Color Harmonies of #CF075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF075A

Black with #CF075A

Text Example


Text Example

White with #CF075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF075A; }

 p { color: rgb(207,7,90); }

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

background-color css

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

 a { background-color: rgb(207,7,90); }

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

border-color css

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

 span { border-color: rgb(207,7,90); }

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