Html Css Color HEX #CF2745 Brick Red

📋 copy color: '#CF2745'

red 207 ◦ green 39 ◦ blue 69

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

Shades of Brick Red #CF2745

Tints of Brick Red #CF2745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.9%

R = 65.71%
G = 12.38%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF2745 (or 0xCF2745) is known color: Brick Red. HEX triplet: CF, 27 and 45. RGB value is (207,39,69). Sum of RGB (Red+Green+Blue) = 207+39+69=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2745 is #30D8BA. Grayscale: #5C5C5C. Windows color (decimal): -3201211 or 4532175. OLE color: 4532175.

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

Color convert

RGB 207 39 69 -
CMYK 0 0.81 0.67 0.19
HSL 349.29º 0.68% 0.48% -
HSV(B) 349.29º 0.81% 0.81% -
XYZ 27.53 15.15 7.1 -
YUV 92.65 114.66 209.56 -
System Red Green Blue C M Y K H S L
Decimal 207 39 69 0 0.81 0.67 0.19 349.29 0.68 0.48
Hex CF 27 45 0 51 43 13 15D 44 30
Octal 317 47 105 0 121 103 23 535 104 60
Binary 11001111 100111 1000101 0 1010001 1000011 10011 101011101 1000100 110000

Color Harmonies of #CF2745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2745

Black with #CF2745

Text Example


Text Example

White with #CF2745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2745; }

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

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

background-color css

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

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

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

border-color css

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

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

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