Html Css Color HEX #CA231F Fire Brick

📋 copy color: '#CA231F'

red 202 ◦ green 35 ◦ blue 31

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

Shades of Fire Brick #CA231F

Tints of Fire Brick #CA231F

RGB

 RED value IS 202 (79.3% from 255) = 75.37%

 GREEN value IS 35 (14.06% from 255) = 13.06%

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 75.37%
G = 13.06%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA231F (or 0xCA231F) is known color: Fire Brick. HEX triplet: CA, 23 and 1F. RGB value is (202,35,31). Sum of RGB (Red+Green+Blue) = 202+35+31=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA231F is #35DCE0. Grayscale: #545454. Windows color (decimal): -3529953 or 2040778. OLE color: 2040778.

HSL color Cylindrical-coordinate representation of color #CA231F: hue angle of 1.4º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA231F is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 35 31 -
CMYK 0 0.83 0.85 0.21
HSL 1.4º 0.73% 0.46% -
HSV(B) 1.4º 0.85% 0.79% -
XYZ 25.21 13.86 2.64 -
YUV 84.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 202 35 31 0 0.83 0.85 0.21 1.4 0.73 0.46
Hex CA 23 1F 0 53 55 15 1 49 2E
Octal 312 43 37 0 123 125 25 1 111 56
Binary 11001010 100011 11111 0 1010011 1010101 10101 1 1001001 101110

Color Harmonies of #CA231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA231F

Black with #CA231F

Text Example


Text Example

White with #CA231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA231F; }

 p { color: rgb(202,35,31); }

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

background-color css

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

 a { background-color: rgb(202,35,31); }

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

border-color css

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

 span { border-color: rgb(202,35,31); }

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