Html Css Color HEX #CF273B Brick Red

📋 copy color: '#CF273B'

red 207 ◦ green 39 ◦ blue 59

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

Shades of Brick Red #CF273B

Tints of Brick Red #CF273B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.34%

R = 67.87%
G = 12.79%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF273B (or 0xCF273B) is known color: Brick Red. HEX triplet: CF, 27 and 3B. RGB value is (207,39,59). Sum of RGB (Red+Green+Blue) = 207+39+59=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF273B is #30D8C4. Grayscale: #5B5B5B. Windows color (decimal): -3201221 or 3876815. OLE color: 3876815.

HSL color Cylindrical-coordinate representation of color #CF273B: hue angle of 352.86º 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 #CF273B is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 39 59 -
CMYK 0 0.81 0.71 0.19
HSL 352.86º 0.68% 0.48% -
HSV(B) 352.86º 0.81% 0.81% -
XYZ 27.25 15.03 5.6 -
YUV 91.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 207 39 59 0 0.81 0.71 0.19 352.86 0.68 0.48
Hex CF 27 3B 0 51 47 13 161 44 30
Octal 317 47 73 0 121 107 23 541 104 60
Binary 11001111 100111 111011 0 1010001 1000111 10011 101100001 1000100 110000

Color Harmonies of #CF273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF273B

Black with #CF273B

Text Example


Text Example

White with #CF273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF273B; }

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

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

background-color css

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

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

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

border-color css

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

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

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