Html Css Color HEX #CF384A Brick Red

📋 copy color: '#CF384A'

red 207 ◦ green 56 ◦ blue 74

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

Shades of Brick Red #CF384A

Tints of Brick Red #CF384A

RGB

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

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

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

R = 61.42%
G = 16.62%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF384A (or 0xCF384A) is known color: Brick Red. HEX triplet: CF, 38 and 4A. RGB value is (207,56,74). Sum of RGB (Red+Green+Blue) = 207+56+74=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF384A is #30C7B5. Grayscale: #676767. Windows color (decimal): -3196854 or 4864207. OLE color: 4864207.

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

Color convert

RGB 207 56 74 -
CMYK 0 0.73 0.64 0.19
HSL 352.85º 0.61% 0.52% -
HSV(B) 352.85º 0.73% 0.81% -
XYZ 28.38 16.59 8.18 -
YUV 103.2 111.53 202.04 -
System Red Green Blue C M Y K H S L
Decimal 207 56 74 0 0.73 0.64 0.19 352.85 0.61 0.52
Hex CF 38 4A 0 49 40 13 161 3D 34
Octal 317 70 112 0 111 100 23 541 75 64
Binary 11001111 111000 1001010 0 1001001 1000000 10011 101100001 111101 110100

Color Harmonies of #CF384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF384A

Black with #CF384A

Text Example


Text Example

White with #CF384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF384A; }

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

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

background-color css

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

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

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

border-color css

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

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

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