Html Css Color HEX #CF3441 Brick Red

📋 copy color: '#CF3441'

red 207 ◦ green 52 ◦ blue 65

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

Shades of Brick Red #CF3441

Tints of Brick Red #CF3441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.05%

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

R = 63.89%
G = 16.05%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF3441 (or 0xCF3441) is known color: Brick Red. HEX triplet: CF, 34 and 41. RGB value is (207,52,65). Sum of RGB (Red+Green+Blue) = 207+52+65=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3441 is #30CBBE. Grayscale: #636363. Windows color (decimal): -3197887 or 4273359. OLE color: 4273359.

HSL color Cylindrical-coordinate representation of color #CF3441: hue angle of 354.97º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3441 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 52 65 -
CMYK 0 0.75 0.69 0.19
HSL 354.97º 0.62% 0.51% -
HSV(B) 354.97º 0.75% 0.81% -
XYZ 27.91 16.1 6.64 -
YUV 99.83 108.35 204.44 -
System Red Green Blue C M Y K H S L
Decimal 207 52 65 0 0.75 0.69 0.19 354.97 0.62 0.51
Hex CF 34 41 0 4B 45 13 163 3E 33
Octal 317 64 101 0 113 105 23 543 76 63
Binary 11001111 110100 1000001 0 1001011 1000101 10011 101100011 111110 110011

Color Harmonies of #CF3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3441

Black with #CF3441

Text Example


Text Example

White with #CF3441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3441; }

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

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

background-color css

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

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

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

border-color css

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

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

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