Html Css Color HEX #CA433F Grenadier

📋 copy color: '#CA433F'

red 202 ◦ green 67 ◦ blue 63

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

Shades of Grenadier #CA433F

Tints of Grenadier #CA433F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.18%

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

R = 60.84%
G = 20.18%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA433F (or 0xCA433F) is known color: Grenadier. HEX triplet: CA, 43 and 3F. RGB value is (202,67,63). Sum of RGB (Red+Green+Blue) = 202+67+63=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA433F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA433F is #35BCC0. Grayscale: #6B6B6B. Windows color (decimal): -3521729 or 4146122. OLE color: 4146122.

HSL color Cylindrical-coordinate representation of color #CA433F: hue angle of 1.73º 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 #CA433F is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 67 63 -
CMYK 0 0.67 0.69 0.21
HSL 1.73º 0.57% 0.52% -
HSV(B) 1.73º 0.69% 0.79% -
XYZ 27.26 16.93 6.53 -
YUV 106.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 202 67 63 0 0.67 0.69 0.21 1.73 0.57 0.52
Hex CA 43 3F 0 43 45 15 2 39 34
Octal 312 103 77 0 103 105 25 2 71 64
Binary 11001010 1000011 111111 0 1000011 1000101 10101 10 111001 110100

Color Harmonies of #CA433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA433F

Black with #CA433F

Text Example


Text Example

White with #CA433F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA433F; }

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

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

background-color css

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

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

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

border-color css

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

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

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