Html Css Color HEX #CF2435 Cardinal

📋 copy color: '#CF2435'

red 207 ◦ green 36 ◦ blue 53

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

Shades of Cardinal #CF2435

Tints of Cardinal #CF2435

RGB

 RED value IS 207 (81.25% from 255) = 69.93%

 GREEN value IS 36 (14.45% from 255) = 12.16%

 BLUE value IS 53 (21.09% from 255) = 17.91%

R = 69.93%
G = 12.16%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF2435 (or 0xCF2435) is known color: Cardinal. HEX triplet: CF, 24 and 35. RGB value is (207,36,53). Sum of RGB (Red+Green+Blue) = 207+36+53=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2435 is #30DBCA. Grayscale: #595959. Windows color (decimal): -3201995 or 3482831. OLE color: 3482831.

HSL color Cylindrical-coordinate representation of color #CF2435: hue angle of 354.04º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2435 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 36 53 -
CMYK 0 0.83 0.74 0.19
HSL 354.04º 0.7% 0.48% -
HSV(B) 354.04º 0.83% 0.81% -
XYZ 27.01 14.78 4.8 -
YUV 89.07 107.65 212.12 -
System Red Green Blue C M Y K H S L
Decimal 207 36 53 0 0.83 0.74 0.19 354.04 0.7 0.48
Hex CF 24 35 0 53 4A 13 162 46 30
Octal 317 44 65 0 123 112 23 542 106 60
Binary 11001111 100100 110101 0 1010011 1001010 10011 101100010 1000110 110000

Color Harmonies of #CF2435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2435

Black with #CF2435

Text Example


Text Example

White with #CF2435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2435; }

 p { color: rgb(207,36,53); }

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

background-color css

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

 a { background-color: rgb(207,36,53); }

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

border-color css

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

 span { border-color: rgb(207,36,53); }

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