Html Css Color HEX #CF3443 Brick Red

📋 copy color: '#CF3443'

red 207 ◦ green 52 ◦ blue 67

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

Shades of Brick Red #CF3443

Tints of Brick Red #CF3443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.55%

R = 63.5%
G = 15.95%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF3443 (or 0xCF3443) is known color: Brick Red. HEX triplet: CF, 34 and 43. RGB value is (207,52,67). Sum of RGB (Red+Green+Blue) = 207+52+67=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3443 is #30CBBC. Grayscale: #646464. Windows color (decimal): -3197885 or 4404431. OLE color: 4404431.

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

Color convert

RGB 207 52 67 -
CMYK 0 0.75 0.68 0.19
HSL 354.19º 0.62% 0.51% -
HSV(B) 354.19º 0.75% 0.81% -
XYZ 27.97 16.13 6.95 -
YUV 100.06 109.35 204.28 -
System Red Green Blue C M Y K H S L
Decimal 207 52 67 0 0.75 0.68 0.19 354.19 0.62 0.51
Hex CF 34 43 0 4B 44 13 162 3E 33
Octal 317 64 103 0 113 104 23 542 76 63
Binary 11001111 110100 1000011 0 1001011 1000100 10011 101100010 111110 110011

Color Harmonies of #CF3443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3443

Black with #CF3443

Text Example


Text Example

White with #CF3443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3443; }

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

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

background-color css

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

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

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

border-color css

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

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

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