Html Css Color HEX #CF2E4B Brick Red

📋 copy color: '#CF2E4B'

red 207 ◦ green 46 ◦ blue 75

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

Shades of Brick Red #CF2E4B

Tints of Brick Red #CF2E4B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.02%

 BLUE value IS 75 (29.69% from 255) = 22.87%

R = 63.11%
G = 14.02%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF2E4B (or 0xCF2E4B) is known color: Brick Red. HEX triplet: CF, 2E and 4B. RGB value is (207,46,75). Sum of RGB (Red+Green+Blue) = 207+46+75=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E4B is #30D1B4. Grayscale: #616161. Windows color (decimal): -3199413 or 4927183. OLE color: 4927183.

HSL color Cylindrical-coordinate representation of color #CF2E4B: hue angle of 349.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2E4B is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 46 75 -
CMYK 0 0.78 0.64 0.19
HSL 349.19º 0.64% 0.5% -
HSV(B) 349.19º 0.78% 0.81% -
XYZ 27.98 15.73 8.22 -
YUV 97.45 115.34 206.14 -
System Red Green Blue C M Y K H S L
Decimal 207 46 75 0 0.78 0.64 0.19 349.19 0.64 0.5
Hex CF 2E 4B 0 4E 40 13 15D 40 32
Octal 317 56 113 0 116 100 23 535 100 62
Binary 11001111 101110 1001011 0 1001110 1000000 10011 101011101 1000000 110010

Color Harmonies of #CF2E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E4B

Black with #CF2E4B

Text Example


Text Example

White with #CF2E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E4B; }

 p { color: rgb(207,46,75); }

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

background-color css

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

 a { background-color: rgb(207,46,75); }

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

border-color css

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

 span { border-color: rgb(207,46,75); }

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