Html Css Color HEX #CF404A Brick Red

📋 copy color: '#CF404A'

red 207 ◦ green 64 ◦ blue 74

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

Shades of Brick Red #CF404A

Tints of Brick Red #CF404A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.55%

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 60%
G = 18.55%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF404A (or 0xCF404A) is known color: Brick Red. HEX triplet: CF, 40 and 4A. RGB value is (207,64,74). Sum of RGB (Red+Green+Blue) = 207+64+74=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF404A is #30BFB5. Grayscale: #6B6B6B. Windows color (decimal): -3194806 or 4866255. OLE color: 4866255.

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

Color convert

RGB 207 64 74 -
CMYK 0 0.69 0.64 0.19
HSL 355.8º 0.6% 0.53% -
HSV(B) 355.8º 0.69% 0.81% -
XYZ 28.8 17.43 8.32 -
YUV 107.9 108.88 198.69 -
System Red Green Blue C M Y K H S L
Decimal 207 64 74 0 0.69 0.64 0.19 355.8 0.6 0.53
Hex CF 40 4A 0 45 40 13 164 3C 35
Octal 317 100 112 0 105 100 23 544 74 65
Binary 11001111 1000000 1001010 0 1000101 1000000 10011 101100100 111100 110101

Color Harmonies of #CF404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF404A

Black with #CF404A

Text Example


Text Example

White with #CF404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF404A; }

 p { color: rgb(207,64,74); }

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

background-color css

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

 a { background-color: rgb(207,64,74); }

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

border-color css

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

 span { border-color: rgb(207,64,74); }

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