Html Css Color HEX #CF293A Brick Red

📋 copy color: '#CF293A'

red 207 ◦ green 41 ◦ blue 58

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

Shades of Brick Red #CF293A

Tints of Brick Red #CF293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

 BLUE value IS 58 (23.05% from 255) = 18.95%

R = 67.65%
G = 13.4%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF293A (or 0xCF293A) is known color: Brick Red. HEX triplet: CF, 29 and 3A. RGB value is (207,41,58). Sum of RGB (Red+Green+Blue) = 207+41+58=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF293A is #30D6C5. Grayscale: #5C5C5C. Windows color (decimal): -3200710 or 3811791. OLE color: 3811791.

HSL color Cylindrical-coordinate representation of color #CF293A: hue angle of 353.86º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF293A is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 41 58 -
CMYK 0 0.80 0.72 0.19
HSL 353.86º 0.67% 0.49% -
HSV(B) 353.86º 0.8% 0.81% -
XYZ 27.29 15.16 5.49 -
YUV 92.57 108.5 209.62 -
System Red Green Blue C M Y K H S L
Decimal 207 41 58 0 0.80 0.72 0.19 353.86 0.67 0.49
Hex CF 29 3A 0 50 48 13 162 43 31
Octal 317 51 72 0 120 110 23 542 103 61
Binary 11001111 101001 111010 0 1010000 1001000 10011 101100010 1000011 110001

Color Harmonies of #CF293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF293A

Black with #CF293A

Text Example


Text Example

White with #CF293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF293A; }

 p { color: rgb(207,41,58); }

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

background-color css

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

 a { background-color: rgb(207,41,58); }

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

border-color css

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

 span { border-color: rgb(207,41,58); }

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