Html Css Color HEX #CA433D Grenadier

📋 copy color: '#CA433D'

red 202 ◦ green 67 ◦ blue 61

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

Shades of Grenadier #CA433D

Tints of Grenadier #CA433D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.48%

R = 61.21%
G = 20.3%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA433D (or 0xCA433D) is known color: Grenadier. HEX triplet: CA, 43 and 3D. RGB value is (202,67,61). Sum of RGB (Red+Green+Blue) = 202+67+61=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA433D is #35BCC2. Grayscale: #6A6A6A. Windows color (decimal): -3521731 or 4015050. OLE color: 4015050.

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

Color convert

RGB 202 67 61 -
CMYK 0 0.67 0.70 0.21
HSL 2.55º 0.57% 0.52% -
HSV(B) 2.55º 0.7% 0.79% -
XYZ 27.21 16.91 6.24 -
YUV 106.68 102.23 195.99 -
System Red Green Blue C M Y K H S L
Decimal 202 67 61 0 0.67 0.70 0.21 2.55 0.57 0.52
Hex CA 43 3D 0 43 46 15 3 39 34
Octal 312 103 75 0 103 106 25 3 71 64
Binary 11001010 1000011 111101 0 1000011 1000110 10101 11 111001 110100

Color Harmonies of #CA433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA433D

Black with #CA433D

Text Example


Text Example

White with #CA433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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