Html Css Color HEX #CF2742 Brick Red

📋 copy color: '#CF2742'

red 207 ◦ green 39 ◦ blue 66

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

Shades of Brick Red #CF2742

Tints of Brick Red #CF2742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.5%

 BLUE value IS 66 (26.17% from 255) = 21.15%

R = 66.35%
G = 12.5%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF2742 (or 0xCF2742) is known color: Brick Red. HEX triplet: CF, 27 and 42. RGB value is (207,39,66). Sum of RGB (Red+Green+Blue) = 207+39+66=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2742 is #30D8BD. Grayscale: #5C5C5C. Windows color (decimal): -3201214 or 4335567. OLE color: 4335567.

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

Color convert

RGB 207 39 66 -
CMYK 0 0.81 0.68 0.19
HSL 350.36º 0.68% 0.48% -
HSV(B) 350.36º 0.81% 0.81% -
XYZ 27.44 15.11 6.62 -
YUV 92.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 207 39 66 0 0.81 0.68 0.19 350.36 0.68 0.48
Hex CF 27 42 0 51 44 13 15E 44 30
Octal 317 47 102 0 121 104 23 536 104 60
Binary 11001111 100111 1000010 0 1010001 1000100 10011 101011110 1000100 110000

Color Harmonies of #CF2742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2742

Black with #CF2742

Text Example


Text Example

White with #CF2742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2742; }

 p { color: rgb(207,39,66); }

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

background-color css

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

 a { background-color: rgb(207,39,66); }

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

border-color css

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

 span { border-color: rgb(207,39,66); }

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