Html Css Color HEX #CF364B Brick Red

📋 copy color: '#CF364B'

red 207 ◦ green 54 ◦ blue 75

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

Shades of Brick Red #CF364B

Tints of Brick Red #CF364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.07%

 BLUE value IS 75 (29.69% from 255) = 22.32%

R = 61.61%
G = 16.07%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF364B (or 0xCF364B) is known color: Brick Red. HEX triplet: CF, 36 and 4B. RGB value is (207,54,75). Sum of RGB (Red+Green+Blue) = 207+54+75=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF364B is #30C9B4. Grayscale: #666666. Windows color (decimal): -3197365 or 4929231. OLE color: 4929231.

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

Color convert

RGB 207 54 75 -
CMYK 0 0.74 0.64 0.19
HSL 351.76º 0.61% 0.51% -
HSV(B) 351.76º 0.74% 0.81% -
XYZ 28.32 16.41 8.33 -
YUV 102.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 207 54 75 0 0.74 0.64 0.19 351.76 0.61 0.51
Hex CF 36 4B 0 4A 40 13 160 3D 33
Octal 317 66 113 0 112 100 23 540 75 63
Binary 11001111 110110 1001011 0 1001010 1000000 10011 101100000 111101 110011

Color Harmonies of #CF364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF364B

Black with #CF364B

Text Example


Text Example

White with #CF364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF364B; }

 p { color: rgb(207,54,75); }

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

background-color css

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

 a { background-color: rgb(207,54,75); }

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

border-color css

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

 span { border-color: rgb(207,54,75); }

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