Html Css Color HEX #CF2641 Brick Red

📋 copy color: '#CF2641'

red 207 ◦ green 38 ◦ blue 65

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

Shades of Brick Red #CF2641

Tints of Brick Red #CF2641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

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

R = 66.77%
G = 12.26%
B = 20.97%

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

#CF2641 (or 0xCF2641) is known color: Brick Red. HEX triplet: CF, 26 and 41. RGB value is (207,38,65). Sum of RGB (Red+Green+Blue) = 207+38+65=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2641 is #30D9BE. Grayscale: #5B5B5B. Windows color (decimal): -3201471 or 4269775. OLE color: 4269775.

HSL color Cylindrical-coordinate representation of color #CF2641: hue angle of 350.41º degrees, saturation: 0.69, 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 #CF2641 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 38 65 -
CMYK 0 0.82 0.69 0.19
HSL 350.41º 0.69% 0.48% -
HSV(B) 350.41º 0.82% 0.81% -
XYZ 27.38 15.03 6.46 -
YUV 91.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 207 38 65 0 0.82 0.69 0.19 350.41 0.69 0.48
Hex CF 26 41 0 52 45 13 15E 45 30
Octal 317 46 101 0 122 105 23 536 105 60
Binary 11001111 100110 1000001 0 1010010 1000101 10011 101011110 1000101 110000

Color Harmonies of #CF2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2641

Black with #CF2641

Text Example


Text Example

White with #CF2641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2641; }

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

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

background-color css

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

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

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

border-color css

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

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

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