Html Css Color HEX #CF293B Brick Red

📋 copy color: '#CF293B'

red 207 ◦ green 41 ◦ blue 59

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

Shades of Brick Red #CF293B

Tints of Brick Red #CF293B

RGB

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

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

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

R = 67.43%
G = 13.36%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF293B (or 0xCF293B) is known color: Brick Red. HEX triplet: CF, 29 and 3B. RGB value is (207,41,59). Sum of RGB (Red+Green+Blue) = 207+41+59=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF293B is #30D6C4. Grayscale: #5C5C5C. Windows color (decimal): -3200709 or 3877327. OLE color: 3877327.

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

Color convert

RGB 207 41 59 -
CMYK 0 0.80 0.71 0.19
HSL 353.49º 0.67% 0.49% -
HSV(B) 353.49º 0.8% 0.81% -
XYZ 27.31 15.17 5.63 -
YUV 92.69 109 209.54 -
System Red Green Blue C M Y K H S L
Decimal 207 41 59 0 0.80 0.71 0.19 353.49 0.67 0.49
Hex CF 29 3B 0 50 47 13 161 43 31
Octal 317 51 73 0 120 107 23 541 103 61
Binary 11001111 101001 111011 0 1010000 1000111 10011 101100001 1000011 110001

Color Harmonies of #CF293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF293B

Black with #CF293B

Text Example


Text Example

White with #CF293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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