Html Css Color HEX #CA253E Brick Red

📋 copy color: '#CA253E'

red 202 ◦ green 37 ◦ blue 62

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

Shades of Brick Red #CA253E

Tints of Brick Red #CA253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 62 (24.61% from 255) = 20.6%

R = 67.11%
G = 12.29%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA253E (or 0xCA253E) is known color: Brick Red. HEX triplet: CA, 25 and 3E. RGB value is (202,37,62). Sum of RGB (Red+Green+Blue) = 202+37+62=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA253E is #35DAC1. Grayscale: #595959. Windows color (decimal): -3529410 or 4072906. OLE color: 4072906.

HSL color Cylindrical-coordinate representation of color #CA253E: hue angle of 350.91º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA253E is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 37 62 -
CMYK 0 0.82 0.69 0.21
HSL 350.91º 0.69% 0.47% -
HSV(B) 350.91º 0.82% 0.79% -
XYZ 25.89 14.23 5.94 -
YUV 89.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 202 37 62 0 0.82 0.69 0.21 350.91 0.69 0.47
Hex CA 25 3E 0 52 45 15 15F 45 2F
Octal 312 45 76 0 122 105 25 537 105 57
Binary 11001010 100101 111110 0 1010010 1000101 10101 101011111 1000101 101111

Color Harmonies of #CA253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA253E

Black with #CA253E

Text Example


Text Example

White with #CA253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA253E; }

 p { color: rgb(202,37,62); }

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

background-color css

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

 a { background-color: rgb(202,37,62); }

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

border-color css

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

 span { border-color: rgb(202,37,62); }

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