Html Css Color HEX #CA2328 Fire Engine Red

📋 copy color: '#CA2328'

red 202 ◦ green 35 ◦ blue 40

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

Shades of Fire Engine Red #CA2328

Tints of Fire Engine Red #CA2328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.44%

R = 72.92%
G = 12.64%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA2328 (or 0xCA2328) is known color: Fire Engine Red. HEX triplet: CA, 23 and 28. RGB value is (202,35,40). Sum of RGB (Red+Green+Blue) = 202+35+40=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2328 is #35DCD7. Grayscale: #555555. Windows color (decimal): -3529944 or 2630602. OLE color: 2630602.

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

Color convert

RGB 202 35 40 -
CMYK 0 0.83 0.80 0.21
HSL 358.2º 0.7% 0.46% -
HSV(B) 358.2º 0.83% 0.79% -
XYZ 25.34 13.91 3.36 -
YUV 85.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 202 35 40 0 0.83 0.80 0.21 358.2 0.7 0.46
Hex CA 23 28 0 53 50 15 166 46 2E
Octal 312 43 50 0 123 120 25 546 106 56
Binary 11001010 100011 101000 0 1010011 1010000 10101 101100110 1000110 101110

Color Harmonies of #CA2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2328

Black with #CA2328

Text Example


Text Example

White with #CA2328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2328; }

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

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

background-color css

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

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

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

border-color css

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

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

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