Html Css Color HEX #CF2838 Brick Red

📋 copy color: '#CF2838'

red 207 ◦ green 40 ◦ blue 56

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

Shades of Brick Red #CF2838

Tints of Brick Red #CF2838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.2%

 BLUE value IS 56 (22.27% from 255) = 18.48%

R = 68.32%
G = 13.2%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF2838 (or 0xCF2838) is known color: Brick Red. HEX triplet: CF, 28 and 38. RGB value is (207,40,56). Sum of RGB (Red+Green+Blue) = 207+40+56=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2838 is #30D7C7. Grayscale: #5B5B5B. Windows color (decimal): -3200968 or 3680463. OLE color: 3680463.

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

Color convert

RGB 207 40 56 -
CMYK 0 0.81 0.73 0.19
HSL 354.25º 0.68% 0.48% -
HSV(B) 354.25º 0.81% 0.81% -
XYZ 27.2 15.07 5.22 -
YUV 91.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 207 40 56 0 0.81 0.73 0.19 354.25 0.68 0.48
Hex CF 28 38 0 51 49 13 162 44 30
Octal 317 50 70 0 121 111 23 542 104 60
Binary 11001111 101000 111000 0 1010001 1001001 10011 101100010 1000100 110000

Color Harmonies of #CF2838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2838

Black with #CF2838

Text Example


Text Example

White with #CF2838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2838; }

 p { color: rgb(207,40,56); }

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

background-color css

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

 a { background-color: rgb(207,40,56); }

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

border-color css

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

 span { border-color: rgb(207,40,56); }

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