Html Css Color HEX #CF273F Brick Red

📋 copy color: '#CF273F'

red 207 ◦ green 39 ◦ blue 63

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

Shades of Brick Red #CF273F

Tints of Brick Red #CF273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.62%

 BLUE value IS 63 (25% from 255) = 20.39%

R = 66.99%
G = 12.62%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF273F (or 0xCF273F) is known color: Brick Red. HEX triplet: CF, 27 and 3F. RGB value is (207,39,63). Sum of RGB (Red+Green+Blue) = 207+39+63=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF273F is #30D8C0. Grayscale: #5C5C5C. Windows color (decimal): -3201217 or 4138959. OLE color: 4138959.

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

Color convert

RGB 207 39 63 -
CMYK 0 0.81 0.70 0.19
HSL 351.43º 0.68% 0.48% -
HSV(B) 351.43º 0.81% 0.81% -
XYZ 27.35 15.08 6.17 -
YUV 91.97 111.66 210.05 -
System Red Green Blue C M Y K H S L
Decimal 207 39 63 0 0.81 0.70 0.19 351.43 0.68 0.48
Hex CF 27 3F 0 51 46 13 15F 44 30
Octal 317 47 77 0 121 106 23 537 104 60
Binary 11001111 100111 111111 0 1010001 1000110 10011 101011111 1000100 110000

Color Harmonies of #CF273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF273F

Black with #CF273F

Text Example


Text Example

White with #CF273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF273F; }

 p { color: rgb(207,39,63); }

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

background-color css

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

 a { background-color: rgb(207,39,63); }

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

border-color css

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

 span { border-color: rgb(207,39,63); }

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