Html Css Color HEX #CF262B Mahogany

📋 copy color: '#CF262B'

red 207 ◦ green 38 ◦ blue 43

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

Shades of Mahogany #CF262B

Tints of Mahogany #CF262B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.19%

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 71.88%
G = 13.19%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF262B (or 0xCF262B) is known color: Mahogany. HEX triplet: CF, 26 and 2B. RGB value is (207,38,43). Sum of RGB (Red+Green+Blue) = 207+38+43=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF262B is #30D9D4. Grayscale: #595959. Windows color (decimal): -3201493 or 2827983. OLE color: 2827983.

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

Color convert

RGB 207 38 43 -
CMYK 0 0.82 0.79 0.19
HSL 358.22º 0.69% 0.48% -
HSV(B) 358.22º 0.82% 0.81% -
XYZ 26.86 14.83 3.73 -
YUV 89.1 101.99 212.09 -
System Red Green Blue C M Y K H S L
Decimal 207 38 43 0 0.82 0.79 0.19 358.22 0.69 0.48
Hex CF 26 2B 0 52 4F 13 166 45 30
Octal 317 46 53 0 122 117 23 546 105 60
Binary 11001111 100110 101011 0 1010010 1001111 10011 101100110 1000101 110000

Color Harmonies of #CF262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF262B

Black with #CF262B

Text Example


Text Example

White with #CF262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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