Html Css Color HEX #CF2541 Brick Red

📋 copy color: '#CF2541'

red 207 ◦ green 37 ◦ blue 65

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

Shades of Brick Red #CF2541

Tints of Brick Red #CF2541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.97%

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 66.99%
G = 11.97%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF2541 (or 0xCF2541) is known color: Brick Red. HEX triplet: CF, 25 and 41. RGB value is (207,37,65). Sum of RGB (Red+Green+Blue) = 207+37+65=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2541 is #30DABE. Grayscale: #5B5B5B. Windows color (decimal): -3201727 or 4269519. OLE color: 4269519.

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

Color convert

RGB 207 37 65 -
CMYK 0 0.82 0.69 0.19
HSL 350.12º 0.7% 0.48% -
HSV(B) 350.12º 0.82% 0.81% -
XYZ 27.35 14.97 6.45 -
YUV 91.02 113.32 210.72 -
System Red Green Blue C M Y K H S L
Decimal 207 37 65 0 0.82 0.69 0.19 350.12 0.7 0.48
Hex CF 25 41 0 52 45 13 15E 46 30
Octal 317 45 101 0 122 105 23 536 106 60
Binary 11001111 100101 1000001 0 1010010 1000101 10011 101011110 1000110 110000

Color Harmonies of #CF2541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2541

Black with #CF2541

Text Example


Text Example

White with #CF2541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2541; }

 p { color: rgb(207,37,65); }

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

background-color css

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

 a { background-color: rgb(207,37,65); }

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

border-color css

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

 span { border-color: rgb(207,37,65); }

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