Html Css Color HEX #CF263C Brick Red

📋 copy color: '#CF263C'

red 207 ◦ green 38 ◦ blue 60

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

Shades of Brick Red #CF263C

Tints of Brick Red #CF263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.46%

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 67.87%
G = 12.46%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF263C (or 0xCF263C) is known color: Brick Red. HEX triplet: CF, 26 and 3C. RGB value is (207,38,60). Sum of RGB (Red+Green+Blue) = 207+38+60=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF263C is #30D9C3. Grayscale: #5B5B5B. Windows color (decimal): -3201476 or 3942095. OLE color: 3942095.

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

Color convert

RGB 207 38 60 -
CMYK 0 0.82 0.71 0.19
HSL 352.19º 0.69% 0.48% -
HSV(B) 352.19º 0.82% 0.81% -
XYZ 27.24 14.98 5.73 -
YUV 91.04 110.49 210.71 -
System Red Green Blue C M Y K H S L
Decimal 207 38 60 0 0.82 0.71 0.19 352.19 0.69 0.48
Hex CF 26 3C 0 52 47 13 160 45 30
Octal 317 46 74 0 122 107 23 540 105 60
Binary 11001111 100110 111100 0 1010010 1000111 10011 101100000 1000101 110000

Color Harmonies of #CF263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF263C

Black with #CF263C

Text Example


Text Example

White with #CF263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF263C; }

 p { color: rgb(207,38,60); }

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

background-color css

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

 a { background-color: rgb(207,38,60); }

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

border-color css

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

 span { border-color: rgb(207,38,60); }

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