Html Css Color HEX #CF2345 Brick Red

📋 copy color: '#CF2345'

red 207 ◦ green 35 ◦ blue 69

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

Shades of Brick Red #CF2345

Tints of Brick Red #CF2345

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.25%

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

R = 66.56%
G = 11.25%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF2345 (or 0xCF2345) is known color: Brick Red. HEX triplet: CF, 23 and 45. RGB value is (207,35,69). Sum of RGB (Red+Green+Blue) = 207+35+69=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2345 is #30DCBA. Grayscale: #5A5A5A. Windows color (decimal): -3202235 or 4531151. OLE color: 4531151.

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

Color convert

RGB 207 35 69 -
CMYK 0 0.83 0.67 0.19
HSL 348.14º 0.71% 0.47% -
HSV(B) 348.14º 0.83% 0.81% -
XYZ 27.41 14.9 7.06 -
YUV 90.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 207 35 69 0 0.83 0.67 0.19 348.14 0.71 0.47
Hex CF 23 45 0 53 43 13 15C 47 2F
Octal 317 43 105 0 123 103 23 534 107 57
Binary 11001111 100011 1000101 0 1010011 1000011 10011 101011100 1000111 101111

Color Harmonies of #CF2345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2345

Black with #CF2345

Text Example


Text Example

White with #CF2345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2345; }

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

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

background-color css

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

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

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

border-color css

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

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

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