Html Css Color HEX #CF3844 Brick Red

📋 copy color: '#CF3844'

red 207 ◦ green 56 ◦ blue 68

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

Shades of Brick Red #CF3844

Tints of Brick Red #CF3844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.92%

 BLUE value IS 68 (26.95% from 255) = 20.54%

R = 62.54%
G = 16.92%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF3844 (or 0xCF3844) is known color: Brick Red. HEX triplet: CF, 38 and 44. RGB value is (207,56,68). Sum of RGB (Red+Green+Blue) = 207+56+68=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3844 is #30C7BB. Grayscale: #666666. Windows color (decimal): -3196860 or 4470991. OLE color: 4470991.

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

Color convert

RGB 207 56 68 -
CMYK 0 0.73 0.67 0.19
HSL 355.23º 0.61% 0.52% -
HSV(B) 355.23º 0.73% 0.81% -
XYZ 28.19 16.51 7.17 -
YUV 102.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 207 56 68 0 0.73 0.67 0.19 355.23 0.61 0.52
Hex CF 38 44 0 49 43 13 163 3D 34
Octal 317 70 104 0 111 103 23 543 75 64
Binary 11001111 111000 1000100 0 1001001 1000011 10011 101100011 111101 110100

Color Harmonies of #CF3844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3844

Black with #CF3844

Text Example


Text Example

White with #CF3844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3844; }

 p { color: rgb(207,56,68); }

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

background-color css

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

 a { background-color: rgb(207,56,68); }

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

border-color css

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

 span { border-color: rgb(207,56,68); }

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