Html Css Color HEX #CA443F Grenadier

📋 copy color: '#CA443F'

red 202 ◦ green 68 ◦ blue 63

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

Shades of Grenadier #CA443F

Tints of Grenadier #CA443F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.42%

 BLUE value IS 63 (25% from 255) = 18.92%

R = 60.66%
G = 20.42%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA443F (or 0xCA443F) is known color: Grenadier. HEX triplet: CA, 44 and 3F. RGB value is (202,68,63). Sum of RGB (Red+Green+Blue) = 202+68+63=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA443F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA443F is #35BBC0. Grayscale: #6B6B6B. Windows color (decimal): -3521473 or 4146378. OLE color: 4146378.

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

Color convert

RGB 202 68 63 -
CMYK 0 0.66 0.69 0.21
HSL 2.16º 0.57% 0.52% -
HSV(B) 2.16º 0.69% 0.79% -
XYZ 27.32 17.05 6.55 -
YUV 107.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 202 68 63 0 0.66 0.69 0.21 2.16 0.57 0.52
Hex CA 44 3F 0 42 45 15 2 39 34
Octal 312 104 77 0 102 105 25 2 71 64
Binary 11001010 1000100 111111 0 1000010 1000101 10101 10 111001 110100

Color Harmonies of #CA443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA443F

Black with #CA443F

Text Example


Text Example

White with #CA443F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA443F; }

 p { color: rgb(202,68,63); }

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

background-color css

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

 a { background-color: rgb(202,68,63); }

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

border-color css

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

 span { border-color: rgb(202,68,63); }

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