Html Css Color HEX #CF0269 Ruby

📋 copy color: '#CF0269'

red 207 ◦ green 2 ◦ blue 105

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

Shades of Ruby #CF0269

Tints of Ruby #CF0269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 65.92%
G = 0.64%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF0269 (or 0xCF0269) is known color: Ruby. HEX triplet: CF, 02 and 69. RGB value is (207,2,105). Sum of RGB (Red+Green+Blue) = 207+2+105=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0269 is #30FD96. Grayscale: #4A4A4A. Windows color (decimal): -3210647 or 6881999. OLE color: 6881999.

HSL color Cylindrical-coordinate representation of color #CF0269: hue angle of 329.85º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0269 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 2 105 -
CMYK 0 0.99 0.49 0.19
HSL 329.85º 0.98% 0.41% -
HSV(B) 329.85º 0.99% 0.81% -
XYZ 28.3 14.33 14.64 -
YUV 75.04 144.92 222.12 -
System Red Green Blue C M Y K H S L
Decimal 207 2 105 0 0.99 0.49 0.19 329.85 0.98 0.41
Hex CF 2 69 0 63 31 13 14A 62 29
Octal 317 2 151 0 143 61 23 512 142 51
Binary 11001111 10 1101001 0 1100011 110001 10011 101001010 1100010 101001

Color Harmonies of #CF0269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0269

Black with #CF0269

Text Example


Text Example

White with #CF0269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0269; }

 p { color: rgb(207,2,105); }

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

background-color css

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

 a { background-color: rgb(207,2,105); }

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

border-color css

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

 span { border-color: rgb(207,2,105); }

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