Html Css Color HEX #CF2B30 Mahogany

📋 copy color: '#CF2B30'

red 207 ◦ green 43 ◦ blue 48

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

Shades of Mahogany #CF2B30

Tints of Mahogany #CF2B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 69.46%
G = 14.43%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF2B30 (or 0xCF2B30) is known color: Mahogany. HEX triplet: CF, 2B and 30. RGB value is (207,43,48). Sum of RGB (Red+Green+Blue) = 207+43+48=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2B30 is #30D4CF. Grayscale: #5C5C5C. Windows color (decimal): -3200208 or 3156943. OLE color: 3156943.

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

Color convert

RGB 207 43 48 -
CMYK 0 0.79 0.77 0.19
HSL 358.17º 0.66% 0.49% -
HSV(B) 358.17º 0.79% 0.81% -
XYZ 27.13 15.21 4.3 -
YUV 92.61 102.83 209.59 -
System Red Green Blue C M Y K H S L
Decimal 207 43 48 0 0.79 0.77 0.19 358.17 0.66 0.49
Hex CF 2B 30 0 4F 4D 13 166 42 31
Octal 317 53 60 0 117 115 23 546 102 61
Binary 11001111 101011 110000 0 1001111 1001101 10011 101100110 1000010 110001

Color Harmonies of #CF2B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2B30

Black with #CF2B30

Text Example


Text Example

White with #CF2B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2B30; }

 p { color: rgb(207,43,48); }

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

background-color css

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

 a { background-color: rgb(207,43,48); }

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

border-color css

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

 span { border-color: rgb(207,43,48); }

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