Html Css Color HEX #CF1252 Ruby

📋 copy color: '#CF1252'

red 207 ◦ green 18 ◦ blue 82

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

Shades of Ruby #CF1252

Tints of Ruby #CF1252

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

 BLUE value IS 82 (32.42% from 255) = 26.71%

R = 67.43%
G = 5.86%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF1252 (or 0xCF1252) is known color: Ruby. HEX triplet: CF, 12 and 52. RGB value is (207,18,82). Sum of RGB (Red+Green+Blue) = 207+18+82=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1252 is #30EDAD. Grayscale: #515151. Windows color (decimal): -3206574 or 5378767. OLE color: 5378767.

HSL color Cylindrical-coordinate representation of color #CF1252: hue angle of 339.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1252 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 18 82 -
CMYK 0 0.91 0.60 0.19
HSL 339.68º 0.84% 0.44% -
HSV(B) 339.68º 0.91% 0.81% -
XYZ 27.47 14.31 9.3 -
YUV 81.81 128.12 217.3 -
System Red Green Blue C M Y K H S L
Decimal 207 18 82 0 0.91 0.60 0.19 339.68 0.84 0.44
Hex CF 12 52 0 5B 3C 13 154 54 2C
Octal 317 22 122 0 133 74 23 524 124 54
Binary 11001111 10010 1010010 0 1011011 111100 10011 101010100 1010100 101100

Color Harmonies of #CF1252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1252

Black with #CF1252

Text Example


Text Example

White with #CF1252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1252; }

 p { color: rgb(207,18,82); }

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

background-color css

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

 a { background-color: rgb(207,18,82); }

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

border-color css

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

 span { border-color: rgb(207,18,82); }

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