Html Css Color HEX #CF2E3C Brick Red

📋 copy color: '#CF2E3C'

red 207 ◦ green 46 ◦ blue 60

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

Shades of Brick Red #CF2E3C

Tints of Brick Red #CF2E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 66.13%
G = 14.7%
B = 19.17%

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

#CF2E3C (or 0xCF2E3C) is known color: Brick Red. HEX triplet: CF, 2E and 3C. RGB value is (207,46,60). Sum of RGB (Red+Green+Blue) = 207+46+60=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E3C is #30D1C3. Grayscale: #5F5F5F. Windows color (decimal): -3199428 or 3944143. OLE color: 3944143.

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

Color convert

RGB 207 46 60 -
CMYK 0 0.78 0.71 0.19
HSL 354.78º 0.64% 0.5% -
HSV(B) 354.78º 0.78% 0.81% -
XYZ 27.52 15.55 5.82 -
YUV 95.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 207 46 60 0 0.78 0.71 0.19 354.78 0.64 0.5
Hex CF 2E 3C 0 4E 47 13 163 40 32
Octal 317 56 74 0 116 107 23 543 100 62
Binary 11001111 101110 111100 0 1001110 1000111 10011 101100011 1000000 110010

Color Harmonies of #CF2E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E3C

Black with #CF2E3C

Text Example


Text Example

White with #CF2E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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