Html Css Color HEX #CF2341 Brick Red

📋 copy color: '#CF2341'

red 207 ◦ green 35 ◦ blue 65

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

Shades of Brick Red #CF2341

Tints of Brick Red #CF2341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 67.43%
G = 11.4%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF2341 (or 0xCF2341) is known color: Brick Red. HEX triplet: CF, 23 and 41. RGB value is (207,35,65). Sum of RGB (Red+Green+Blue) = 207+35+65=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2341 is #30DCBE. Grayscale: #595959. Windows color (decimal): -3202239 or 4269007. OLE color: 4269007.

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

Color convert

RGB 207 35 65 -
CMYK 0 0.83 0.69 0.19
HSL 349.53º 0.71% 0.47% -
HSV(B) 349.53º 0.83% 0.81% -
XYZ 27.29 14.85 6.43 -
YUV 89.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 207 35 65 0 0.83 0.69 0.19 349.53 0.71 0.47
Hex CF 23 41 0 53 45 13 15E 47 2F
Octal 317 43 101 0 123 105 23 536 107 57
Binary 11001111 100011 1000001 0 1010011 1000101 10011 101011110 1000111 101111

Color Harmonies of #CF2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2341

Black with #CF2341

Text Example


Text Example

White with #CF2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2341; }

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

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

background-color css

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

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

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

border-color css

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

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

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