Html Css Color HEX #CF2E3D Brick Red

📋 copy color: '#CF2E3D'

red 207 ◦ green 46 ◦ blue 61

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

Shades of Brick Red #CF2E3D

Tints of Brick Red #CF2E3D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.65%

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 65.92%
G = 14.65%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF2E3D (or 0xCF2E3D) is known color: Brick Red. HEX triplet: CF, 2E and 3D. RGB value is (207,46,61). Sum of RGB (Red+Green+Blue) = 207+46+61=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E3D is #30D1C2. Grayscale: #5F5F5F. Windows color (decimal): -3199427 or 4009679. OLE color: 4009679.

HSL color Cylindrical-coordinate representation of color #CF2E3D: hue angle of 354.41º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2E3D is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 46 61 -
CMYK 0 0.78 0.71 0.19
HSL 354.41º 0.64% 0.5% -
HSV(B) 354.41º 0.78% 0.81% -
XYZ 27.55 15.56 5.97 -
YUV 95.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 207 46 61 0 0.78 0.71 0.19 354.41 0.64 0.5
Hex CF 2E 3D 0 4E 47 13 162 40 32
Octal 317 56 75 0 116 107 23 542 100 62
Binary 11001111 101110 111101 0 1001110 1000111 10011 101100010 1000000 110010

Color Harmonies of #CF2E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E3D

Black with #CF2E3D

Text Example


Text Example

White with #CF2E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E3D; }

 p { color: rgb(207,46,61); }

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

background-color css

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

 a { background-color: rgb(207,46,61); }

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

border-color css

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

 span { border-color: rgb(207,46,61); }

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