Html Css Color HEX #CF2743 Brick Red

📋 copy color: '#CF2743'

red 207 ◦ green 39 ◦ blue 67

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

Shades of Brick Red #CF2743

Tints of Brick Red #CF2743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.41%

R = 66.13%
G = 12.46%
B = 21.41%

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

#CF2743 (or 0xCF2743) is known color: Brick Red. HEX triplet: CF, 27 and 43. RGB value is (207,39,67). Sum of RGB (Red+Green+Blue) = 207+39+67=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2743 is #30D8BC. Grayscale: #5C5C5C. Windows color (decimal): -3201213 or 4401103. OLE color: 4401103.

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

Color convert

RGB 207 39 67 -
CMYK 0 0.81 0.68 0.19
HSL 350º 0.68% 0.48% -
HSV(B) 350º 0.81% 0.81% -
XYZ 27.47 15.12 6.78 -
YUV 92.42 113.66 209.72 -
System Red Green Blue C M Y K H S L
Decimal 207 39 67 0 0.81 0.68 0.19 350 0.68 0.48
Hex CF 27 43 0 51 44 13 15E 44 30
Octal 317 47 103 0 121 104 23 536 104 60
Binary 11001111 100111 1000011 0 1010001 1000100 10011 101011110 1000100 110000

Color Harmonies of #CF2743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2743

Black with #CF2743

Text Example


Text Example

White with #CF2743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2743; }

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

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

background-color css

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

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

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

border-color css

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

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

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